Class AuditConfigFluent<A extends AuditConfigFluent<A>>

    • Constructor Detail

      • AuditConfigFluent

        public AuditConfigFluent()
      • AuditConfigFluent

        public AuditConfigFluent​(AuditConfig instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(AuditConfig instance)
      • getAuditFilePath

        public String getAuditFilePath()
      • withAuditFilePath

        public A withAuditFilePath​(String auditFilePath)
      • hasAuditFilePath

        public boolean hasAuditFilePath()
      • getEnabled

        public Boolean getEnabled()
      • withEnabled

        public A withEnabled​(Boolean enabled)
      • hasEnabled

        public boolean hasEnabled()
      • getLogFormat

        public String getLogFormat()
      • withLogFormat

        public A withLogFormat​(String logFormat)
      • hasLogFormat

        public boolean hasLogFormat()
      • getMaximumFileRetentionDays

        public Integer getMaximumFileRetentionDays()
      • withMaximumFileRetentionDays

        public A withMaximumFileRetentionDays​(Integer maximumFileRetentionDays)
      • hasMaximumFileRetentionDays

        public boolean hasMaximumFileRetentionDays()
      • getMaximumFileSizeMegabytes

        public Integer getMaximumFileSizeMegabytes()
      • withMaximumFileSizeMegabytes

        public A withMaximumFileSizeMegabytes​(Integer maximumFileSizeMegabytes)
      • hasMaximumFileSizeMegabytes

        public boolean hasMaximumFileSizeMegabytes()
      • getMaximumRetainedFiles

        public Integer getMaximumRetainedFiles()
      • withMaximumRetainedFiles

        public A withMaximumRetainedFiles​(Integer maximumRetainedFiles)
      • hasMaximumRetainedFiles

        public boolean hasMaximumRetainedFiles()
      • getPolicyConfiguration

        public Object getPolicyConfiguration()
      • withPolicyConfiguration

        public A withPolicyConfiguration​(Object policyConfiguration)
      • hasPolicyConfiguration

        public boolean hasPolicyConfiguration()
      • getPolicyFile

        public String getPolicyFile()
      • withPolicyFile

        public A withPolicyFile​(String policyFile)
      • hasPolicyFile

        public boolean hasPolicyFile()
      • getWebHookKubeConfig

        public String getWebHookKubeConfig()
      • withWebHookKubeConfig

        public A withWebHookKubeConfig​(String webHookKubeConfig)
      • hasWebHookKubeConfig

        public boolean hasWebHookKubeConfig()
      • getWebHookMode

        public String getWebHookMode()
      • withWebHookMode

        public A withWebHookMode​(String webHookMode)
      • hasWebHookMode

        public boolean hasWebHookMode()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AuditConfigFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AuditConfigFluent<A>>
      • withEnabled

        public A withEnabled()