Class GenericAPIServerConfig

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<GenericAPIServerConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GenericAPIServerConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GenericAPIServerConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
    See Also:
    Serialized Form
    • Method Detail

      • getAdmission

        public AdmissionConfig getAdmission()
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • setAdmission

        public void setAdmission​(AdmissionConfig admission)
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • getAuditConfig

        public AuditConfig getAuditConfig()
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • setAuditConfig

        public void setAuditConfig​(AuditConfig auditConfig)
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • getCorsAllowedOrigins

        public List<String> getCorsAllowedOrigins()
        corsAllowedOrigins
      • setCorsAllowedOrigins

        public void setCorsAllowedOrigins​(List<String> corsAllowedOrigins)
        corsAllowedOrigins
      • getKubeClientConfig

        public KubeClientConfig getKubeClientConfig()
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • setKubeClientConfig

        public void setKubeClientConfig​(KubeClientConfig kubeClientConfig)
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • getServingInfo

        public HTTPServingInfo getServingInfo()
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • setServingInfo

        public void setServingInfo​(HTTPServingInfo servingInfo)
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • getStorageConfig

        public EtcdStorageConfig getStorageConfig()
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • setStorageConfig

        public void setStorageConfig​(EtcdStorageConfig storageConfig)
        GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcd
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)