Class KubeAPIServerSpecFluentImpl<A extends KubeAPIServerSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.KubeAPIServerSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,KubeAPIServerSpecFluent<A>
- Direct Known Subclasses:
KubeAPIServerFluentImpl.SpecNestedImpl,KubeAPIServerSpecBuilder
public class KubeAPIServerSpecFluentImpl<A extends KubeAPIServerSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KubeAPIServerSpecFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.KubeAPIServerSpecFluent
KubeAPIServerSpecFluent.AuthenticationObservedConfigNested<N>, KubeAPIServerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.ConsoleObservedConfigNested<N>, KubeAPIServerSpecFluent.ConsoleUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.CSISnapshotControllerObservedConfigNested<N>, KubeAPIServerSpecFluent.CSISnapshotControllerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.DNSObservedConfigNested<N>, KubeAPIServerSpecFluent.DNSRecordObservedConfigNested<N>, KubeAPIServerSpecFluent.DNSRecordUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.DNSUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.EtcdObservedConfigNested<N>, KubeAPIServerSpecFluent.EtcdUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.ImageContentSourcePolicyObservedConfigNested<N>, KubeAPIServerSpecFluent.ImageContentSourcePolicyUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.ImagePrunerObservedConfigNested<N>, KubeAPIServerSpecFluent.ImagePrunerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.IngressControllerObservedConfigNested<N>, KubeAPIServerSpecFluent.IngressControllerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.KubeAPIServerObservedConfigNested<N>, KubeAPIServerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.KubeControllerManagerObservedConfigNested<N>, KubeAPIServerSpecFluent.KubeControllerManagerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.KubeSchedulerObservedConfigNested<N>, KubeAPIServerSpecFluent.KubeSchedulerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.KubeStorageVersionMigratorObservedConfigNested<N>, KubeAPIServerSpecFluent.KubeStorageVersionMigratorUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.NetworkObservedConfigNested<N>, KubeAPIServerSpecFluent.NetworkUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.OpenShiftAPIServerObservedConfigNested<N>, KubeAPIServerSpecFluent.OpenShiftAPIServerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.OpenShiftControllerManagerObservedConfigNested<N>, KubeAPIServerSpecFluent.OpenShiftControllerManagerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.PersistentVolumeClaimObservedConfigNested<N>, KubeAPIServerSpecFluent.PersistentVolumeClaimUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.ServiceCAObservedConfigNested<N>, KubeAPIServerSpecFluent.ServiceCatalogAPIServerObservedConfigNested<N>, KubeAPIServerSpecFluent.ServiceCatalogAPIServerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.ServiceCatalogControllerManagerObservedConfigNested<N>, KubeAPIServerSpecFluent.ServiceCatalogControllerManagerUnsupportedConfigOverridesNested<N>, KubeAPIServerSpecFluent.ServiceCAUnsupportedConfigOverridesNested<N>
-
-
Constructor Summary
Constructors Constructor Description KubeAPIServerSpecFluentImpl()KubeAPIServerSpecFluentImpl(KubeAPIServerSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
KubeAPIServerSpecFluentImpl
public KubeAPIServerSpecFluentImpl()
-
KubeAPIServerSpecFluentImpl
public KubeAPIServerSpecFluentImpl(KubeAPIServerSpec instance)
-
-
Method Detail
-
getFailedRevisionLimit
public Integer getFailedRevisionLimit()
- Specified by:
getFailedRevisionLimitin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withFailedRevisionLimit
public A withFailedRevisionLimit(Integer failedRevisionLimit)
- Specified by:
withFailedRevisionLimitin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
hasFailedRevisionLimit
public Boolean hasFailedRevisionLimit()
- Specified by:
hasFailedRevisionLimitin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
getForceRedeploymentReason
public String getForceRedeploymentReason()
- Specified by:
getForceRedeploymentReasonin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withForceRedeploymentReason
public A withForceRedeploymentReason(String forceRedeploymentReason)
- Specified by:
withForceRedeploymentReasonin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
hasForceRedeploymentReason
public Boolean hasForceRedeploymentReason()
- Specified by:
hasForceRedeploymentReasonin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewForceRedeploymentReason
public A withNewForceRedeploymentReason(String arg1)
- Specified by:
withNewForceRedeploymentReasonin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewForceRedeploymentReason
public A withNewForceRedeploymentReason(StringBuilder arg1)
- Specified by:
withNewForceRedeploymentReasonin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewForceRedeploymentReason
public A withNewForceRedeploymentReason(StringBuffer arg1)
- Specified by:
withNewForceRedeploymentReasonin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
getLogLevel
public String getLogLevel()
- Specified by:
getLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withLogLevel
public A withLogLevel(String logLevel)
- Specified by:
withLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
hasLogLevel
public Boolean hasLogLevel()
- Specified by:
hasLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewLogLevel
public A withNewLogLevel(String arg1)
- Specified by:
withNewLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewLogLevel
public A withNewLogLevel(StringBuilder arg1)
- Specified by:
withNewLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewLogLevel
public A withNewLogLevel(StringBuffer arg1)
- Specified by:
withNewLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
getManagementState
public String getManagementState()
- Specified by:
getManagementStatein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withManagementState
public A withManagementState(String managementState)
- Specified by:
withManagementStatein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
hasManagementState
public Boolean hasManagementState()
- Specified by:
hasManagementStatein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewManagementState
public A withNewManagementState(String arg1)
- Specified by:
withNewManagementStatein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewManagementState
public A withNewManagementState(StringBuilder arg1)
- Specified by:
withNewManagementStatein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewManagementState
public A withNewManagementState(StringBuffer arg1)
- Specified by:
withNewManagementStatein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
getObservedConfig
@Deprecated public io.fabric8.kubernetes.api.model.HasMetadata getObservedConfig()
Deprecated.This method has been deprecated, please use method buildObservedConfig instead.- Specified by:
getObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>- Returns:
- The buildable object.
-
buildObservedConfig
public io.fabric8.kubernetes.api.model.HasMetadata buildObservedConfig()
- Specified by:
buildObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withObservedConfig
public A withObservedConfig(io.fabric8.kubernetes.api.model.HasMetadata observedConfig)
- Specified by:
withObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
hasObservedConfig
public Boolean hasObservedConfig()
- Specified by:
hasObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withImagePrunerObservedConfig
public A withImagePrunerObservedConfig(ImagePruner imagePrunerObservedConfig)
- Specified by:
withImagePrunerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewImagePrunerObservedConfig
public KubeAPIServerSpecFluent.ImagePrunerObservedConfigNested<A> withNewImagePrunerObservedConfig()
- Specified by:
withNewImagePrunerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewImagePrunerObservedConfigLike
public KubeAPIServerSpecFluent.ImagePrunerObservedConfigNested<A> withNewImagePrunerObservedConfigLike(ImagePruner item)
- Specified by:
withNewImagePrunerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withKubeControllerManagerObservedConfig
public A withKubeControllerManagerObservedConfig(KubeControllerManager kubeControllerManagerObservedConfig)
- Specified by:
withKubeControllerManagerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeControllerManagerObservedConfig
public KubeAPIServerSpecFluent.KubeControllerManagerObservedConfigNested<A> withNewKubeControllerManagerObservedConfig()
- Specified by:
withNewKubeControllerManagerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeControllerManagerObservedConfigLike
public KubeAPIServerSpecFluent.KubeControllerManagerObservedConfigNested<A> withNewKubeControllerManagerObservedConfigLike(KubeControllerManager item)
- Specified by:
withNewKubeControllerManagerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withImageContentSourcePolicyObservedConfig
public A withImageContentSourcePolicyObservedConfig(ImageContentSourcePolicy imageContentSourcePolicyObservedConfig)
- Specified by:
withImageContentSourcePolicyObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewImageContentSourcePolicyObservedConfig
public KubeAPIServerSpecFluent.ImageContentSourcePolicyObservedConfigNested<A> withNewImageContentSourcePolicyObservedConfig()
- Specified by:
withNewImageContentSourcePolicyObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewImageContentSourcePolicyObservedConfigLike
public KubeAPIServerSpecFluent.ImageContentSourcePolicyObservedConfigNested<A> withNewImageContentSourcePolicyObservedConfigLike(ImageContentSourcePolicy item)
- Specified by:
withNewImageContentSourcePolicyObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withServiceCAObservedConfig
public A withServiceCAObservedConfig(ServiceCA serviceCAObservedConfig)
- Specified by:
withServiceCAObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCAObservedConfig
public KubeAPIServerSpecFluent.ServiceCAObservedConfigNested<A> withNewServiceCAObservedConfig()
- Specified by:
withNewServiceCAObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCAObservedConfigLike
public KubeAPIServerSpecFluent.ServiceCAObservedConfigNested<A> withNewServiceCAObservedConfigLike(ServiceCA item)
- Specified by:
withNewServiceCAObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withPersistentVolumeClaimObservedConfig
public A withPersistentVolumeClaimObservedConfig(io.fabric8.kubernetes.api.model.PersistentVolumeClaim persistentVolumeClaimObservedConfig)
- Specified by:
withPersistentVolumeClaimObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewPersistentVolumeClaimObservedConfig
public KubeAPIServerSpecFluent.PersistentVolumeClaimObservedConfigNested<A> withNewPersistentVolumeClaimObservedConfig()
- Specified by:
withNewPersistentVolumeClaimObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewPersistentVolumeClaimObservedConfigLike
public KubeAPIServerSpecFluent.PersistentVolumeClaimObservedConfigNested<A> withNewPersistentVolumeClaimObservedConfigLike(io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
- Specified by:
withNewPersistentVolumeClaimObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withKubeAPIServerObservedConfig
public A withKubeAPIServerObservedConfig(KubeAPIServer kubeAPIServerObservedConfig)
- Specified by:
withKubeAPIServerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeAPIServerObservedConfig
public KubeAPIServerSpecFluent.KubeAPIServerObservedConfigNested<A> withNewKubeAPIServerObservedConfig()
- Specified by:
withNewKubeAPIServerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeAPIServerObservedConfigLike
public KubeAPIServerSpecFluent.KubeAPIServerObservedConfigNested<A> withNewKubeAPIServerObservedConfigLike(KubeAPIServer item)
- Specified by:
withNewKubeAPIServerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withIngressControllerObservedConfig
public A withIngressControllerObservedConfig(IngressController ingressControllerObservedConfig)
- Specified by:
withIngressControllerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewIngressControllerObservedConfig
public KubeAPIServerSpecFluent.IngressControllerObservedConfigNested<A> withNewIngressControllerObservedConfig()
- Specified by:
withNewIngressControllerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewIngressControllerObservedConfigLike
public KubeAPIServerSpecFluent.IngressControllerObservedConfigNested<A> withNewIngressControllerObservedConfigLike(IngressController item)
- Specified by:
withNewIngressControllerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withKubeStorageVersionMigratorObservedConfig
public A withKubeStorageVersionMigratorObservedConfig(KubeStorageVersionMigrator kubeStorageVersionMigratorObservedConfig)
- Specified by:
withKubeStorageVersionMigratorObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeStorageVersionMigratorObservedConfig
public KubeAPIServerSpecFluent.KubeStorageVersionMigratorObservedConfigNested<A> withNewKubeStorageVersionMigratorObservedConfig()
- Specified by:
withNewKubeStorageVersionMigratorObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeStorageVersionMigratorObservedConfigLike
public KubeAPIServerSpecFluent.KubeStorageVersionMigratorObservedConfigNested<A> withNewKubeStorageVersionMigratorObservedConfigLike(KubeStorageVersionMigrator item)
- Specified by:
withNewKubeStorageVersionMigratorObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withConsoleObservedConfig
public A withConsoleObservedConfig(Console consoleObservedConfig)
- Specified by:
withConsoleObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewConsoleObservedConfig
public KubeAPIServerSpecFluent.ConsoleObservedConfigNested<A> withNewConsoleObservedConfig()
- Specified by:
withNewConsoleObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewConsoleObservedConfigLike
public KubeAPIServerSpecFluent.ConsoleObservedConfigNested<A> withNewConsoleObservedConfigLike(Console item)
- Specified by:
withNewConsoleObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withOpenShiftControllerManagerObservedConfig
public A withOpenShiftControllerManagerObservedConfig(OpenShiftControllerManager openShiftControllerManagerObservedConfig)
- Specified by:
withOpenShiftControllerManagerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOpenShiftControllerManagerObservedConfig
public KubeAPIServerSpecFluent.OpenShiftControllerManagerObservedConfigNested<A> withNewOpenShiftControllerManagerObservedConfig()
- Specified by:
withNewOpenShiftControllerManagerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOpenShiftControllerManagerObservedConfigLike
public KubeAPIServerSpecFluent.OpenShiftControllerManagerObservedConfigNested<A> withNewOpenShiftControllerManagerObservedConfigLike(OpenShiftControllerManager item)
- Specified by:
withNewOpenShiftControllerManagerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withEtcdObservedConfig
public A withEtcdObservedConfig(Etcd etcdObservedConfig)
- Specified by:
withEtcdObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewEtcdObservedConfig
public KubeAPIServerSpecFluent.EtcdObservedConfigNested<A> withNewEtcdObservedConfig()
- Specified by:
withNewEtcdObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewEtcdObservedConfigLike
public KubeAPIServerSpecFluent.EtcdObservedConfigNested<A> withNewEtcdObservedConfigLike(Etcd item)
- Specified by:
withNewEtcdObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withKubeSchedulerObservedConfig
public A withKubeSchedulerObservedConfig(KubeScheduler kubeSchedulerObservedConfig)
- Specified by:
withKubeSchedulerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeSchedulerObservedConfig
public KubeAPIServerSpecFluent.KubeSchedulerObservedConfigNested<A> withNewKubeSchedulerObservedConfig()
- Specified by:
withNewKubeSchedulerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeSchedulerObservedConfigLike
public KubeAPIServerSpecFluent.KubeSchedulerObservedConfigNested<A> withNewKubeSchedulerObservedConfigLike(KubeScheduler item)
- Specified by:
withNewKubeSchedulerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNetworkObservedConfig
public A withNetworkObservedConfig(Network networkObservedConfig)
- Specified by:
withNetworkObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewNetworkObservedConfig
public KubeAPIServerSpecFluent.NetworkObservedConfigNested<A> withNewNetworkObservedConfig()
- Specified by:
withNewNetworkObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewNetworkObservedConfigLike
public KubeAPIServerSpecFluent.NetworkObservedConfigNested<A> withNewNetworkObservedConfigLike(Network item)
- Specified by:
withNewNetworkObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withServiceCatalogAPIServerObservedConfig
public A withServiceCatalogAPIServerObservedConfig(ServiceCatalogAPIServer serviceCatalogAPIServerObservedConfig)
- Specified by:
withServiceCatalogAPIServerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCatalogAPIServerObservedConfig
public KubeAPIServerSpecFluent.ServiceCatalogAPIServerObservedConfigNested<A> withNewServiceCatalogAPIServerObservedConfig()
- Specified by:
withNewServiceCatalogAPIServerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCatalogAPIServerObservedConfigLike
public KubeAPIServerSpecFluent.ServiceCatalogAPIServerObservedConfigNested<A> withNewServiceCatalogAPIServerObservedConfigLike(ServiceCatalogAPIServer item)
- Specified by:
withNewServiceCatalogAPIServerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withCSISnapshotControllerObservedConfig
public A withCSISnapshotControllerObservedConfig(CSISnapshotController cSISnapshotControllerObservedConfig)
- Specified by:
withCSISnapshotControllerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewCSISnapshotControllerObservedConfig
public KubeAPIServerSpecFluent.CSISnapshotControllerObservedConfigNested<A> withNewCSISnapshotControllerObservedConfig()
- Specified by:
withNewCSISnapshotControllerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewCSISnapshotControllerObservedConfigLike
public KubeAPIServerSpecFluent.CSISnapshotControllerObservedConfigNested<A> withNewCSISnapshotControllerObservedConfigLike(CSISnapshotController item)
- Specified by:
withNewCSISnapshotControllerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withServiceCatalogControllerManagerObservedConfig
public A withServiceCatalogControllerManagerObservedConfig(ServiceCatalogControllerManager serviceCatalogControllerManagerObservedConfig)
- Specified by:
withServiceCatalogControllerManagerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCatalogControllerManagerObservedConfig
public KubeAPIServerSpecFluent.ServiceCatalogControllerManagerObservedConfigNested<A> withNewServiceCatalogControllerManagerObservedConfig()
- Specified by:
withNewServiceCatalogControllerManagerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCatalogControllerManagerObservedConfigLike
public KubeAPIServerSpecFluent.ServiceCatalogControllerManagerObservedConfigNested<A> withNewServiceCatalogControllerManagerObservedConfigLike(ServiceCatalogControllerManager item)
- Specified by:
withNewServiceCatalogControllerManagerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withDNSObservedConfig
public A withDNSObservedConfig(DNS dNSObservedConfig)
- Specified by:
withDNSObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewDNSObservedConfig
public KubeAPIServerSpecFluent.DNSObservedConfigNested<A> withNewDNSObservedConfig()
- Specified by:
withNewDNSObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewDNSObservedConfigLike
public KubeAPIServerSpecFluent.DNSObservedConfigNested<A> withNewDNSObservedConfigLike(DNS item)
- Specified by:
withNewDNSObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withDNSRecordObservedConfig
public A withDNSRecordObservedConfig(DNSRecord dNSRecordObservedConfig)
- Specified by:
withDNSRecordObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewDNSRecordObservedConfig
public KubeAPIServerSpecFluent.DNSRecordObservedConfigNested<A> withNewDNSRecordObservedConfig()
- Specified by:
withNewDNSRecordObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewDNSRecordObservedConfigLike
public KubeAPIServerSpecFluent.DNSRecordObservedConfigNested<A> withNewDNSRecordObservedConfigLike(DNSRecord item)
- Specified by:
withNewDNSRecordObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withOpenShiftAPIServerObservedConfig
public A withOpenShiftAPIServerObservedConfig(OpenShiftAPIServer openShiftAPIServerObservedConfig)
- Specified by:
withOpenShiftAPIServerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOpenShiftAPIServerObservedConfig
public KubeAPIServerSpecFluent.OpenShiftAPIServerObservedConfigNested<A> withNewOpenShiftAPIServerObservedConfig()
- Specified by:
withNewOpenShiftAPIServerObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOpenShiftAPIServerObservedConfigLike
public KubeAPIServerSpecFluent.OpenShiftAPIServerObservedConfigNested<A> withNewOpenShiftAPIServerObservedConfigLike(OpenShiftAPIServer item)
- Specified by:
withNewOpenShiftAPIServerObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withAuthenticationObservedConfig
public A withAuthenticationObservedConfig(Authentication authenticationObservedConfig)
- Specified by:
withAuthenticationObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewAuthenticationObservedConfig
public KubeAPIServerSpecFluent.AuthenticationObservedConfigNested<A> withNewAuthenticationObservedConfig()
- Specified by:
withNewAuthenticationObservedConfigin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewAuthenticationObservedConfigLike
public KubeAPIServerSpecFluent.AuthenticationObservedConfigNested<A> withNewAuthenticationObservedConfigLike(Authentication item)
- Specified by:
withNewAuthenticationObservedConfigLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
getOperatorLogLevel
public String getOperatorLogLevel()
- Specified by:
getOperatorLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withOperatorLogLevel
public A withOperatorLogLevel(String operatorLogLevel)
- Specified by:
withOperatorLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
hasOperatorLogLevel
public Boolean hasOperatorLogLevel()
- Specified by:
hasOperatorLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOperatorLogLevel
public A withNewOperatorLogLevel(String arg1)
- Specified by:
withNewOperatorLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOperatorLogLevel
public A withNewOperatorLogLevel(StringBuilder arg1)
- Specified by:
withNewOperatorLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOperatorLogLevel
public A withNewOperatorLogLevel(StringBuffer arg1)
- Specified by:
withNewOperatorLogLevelin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
getSucceededRevisionLimit
public Integer getSucceededRevisionLimit()
- Specified by:
getSucceededRevisionLimitin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withSucceededRevisionLimit
public A withSucceededRevisionLimit(Integer succeededRevisionLimit)
- Specified by:
withSucceededRevisionLimitin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
hasSucceededRevisionLimit
public Boolean hasSucceededRevisionLimit()
- Specified by:
hasSucceededRevisionLimitin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
getUnsupportedConfigOverrides
@Deprecated public io.fabric8.kubernetes.api.model.HasMetadata getUnsupportedConfigOverrides()
Deprecated.This method has been deprecated, please use method buildUnsupportedConfigOverrides instead.- Specified by:
getUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>- Returns:
- The buildable object.
-
buildUnsupportedConfigOverrides
public io.fabric8.kubernetes.api.model.HasMetadata buildUnsupportedConfigOverrides()
- Specified by:
buildUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withUnsupportedConfigOverrides
public A withUnsupportedConfigOverrides(io.fabric8.kubernetes.api.model.HasMetadata unsupportedConfigOverrides)
- Specified by:
withUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
hasUnsupportedConfigOverrides
public Boolean hasUnsupportedConfigOverrides()
- Specified by:
hasUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withImagePrunerUnsupportedConfigOverrides
public A withImagePrunerUnsupportedConfigOverrides(ImagePruner imagePrunerUnsupportedConfigOverrides)
- Specified by:
withImagePrunerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewImagePrunerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.ImagePrunerUnsupportedConfigOverridesNested<A> withNewImagePrunerUnsupportedConfigOverrides()
- Specified by:
withNewImagePrunerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewImagePrunerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.ImagePrunerUnsupportedConfigOverridesNested<A> withNewImagePrunerUnsupportedConfigOverridesLike(ImagePruner item)
- Specified by:
withNewImagePrunerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withKubeControllerManagerUnsupportedConfigOverrides
public A withKubeControllerManagerUnsupportedConfigOverrides(KubeControllerManager kubeControllerManagerUnsupportedConfigOverrides)
- Specified by:
withKubeControllerManagerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeControllerManagerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.KubeControllerManagerUnsupportedConfigOverridesNested<A> withNewKubeControllerManagerUnsupportedConfigOverrides()
- Specified by:
withNewKubeControllerManagerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeControllerManagerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.KubeControllerManagerUnsupportedConfigOverridesNested<A> withNewKubeControllerManagerUnsupportedConfigOverridesLike(KubeControllerManager item)
- Specified by:
withNewKubeControllerManagerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withImageContentSourcePolicyUnsupportedConfigOverrides
public A withImageContentSourcePolicyUnsupportedConfigOverrides(ImageContentSourcePolicy imageContentSourcePolicyUnsupportedConfigOverrides)
- Specified by:
withImageContentSourcePolicyUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewImageContentSourcePolicyUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.ImageContentSourcePolicyUnsupportedConfigOverridesNested<A> withNewImageContentSourcePolicyUnsupportedConfigOverrides()
- Specified by:
withNewImageContentSourcePolicyUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewImageContentSourcePolicyUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.ImageContentSourcePolicyUnsupportedConfigOverridesNested<A> withNewImageContentSourcePolicyUnsupportedConfigOverridesLike(ImageContentSourcePolicy item)
- Specified by:
withNewImageContentSourcePolicyUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withServiceCAUnsupportedConfigOverrides
public A withServiceCAUnsupportedConfigOverrides(ServiceCA serviceCAUnsupportedConfigOverrides)
- Specified by:
withServiceCAUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCAUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.ServiceCAUnsupportedConfigOverridesNested<A> withNewServiceCAUnsupportedConfigOverrides()
- Specified by:
withNewServiceCAUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCAUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.ServiceCAUnsupportedConfigOverridesNested<A> withNewServiceCAUnsupportedConfigOverridesLike(ServiceCA item)
- Specified by:
withNewServiceCAUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withPersistentVolumeClaimUnsupportedConfigOverrides
public A withPersistentVolumeClaimUnsupportedConfigOverrides(io.fabric8.kubernetes.api.model.PersistentVolumeClaim persistentVolumeClaimUnsupportedConfigOverrides)
- Specified by:
withPersistentVolumeClaimUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewPersistentVolumeClaimUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.PersistentVolumeClaimUnsupportedConfigOverridesNested<A> withNewPersistentVolumeClaimUnsupportedConfigOverrides()
- Specified by:
withNewPersistentVolumeClaimUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewPersistentVolumeClaimUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.PersistentVolumeClaimUnsupportedConfigOverridesNested<A> withNewPersistentVolumeClaimUnsupportedConfigOverridesLike(io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
- Specified by:
withNewPersistentVolumeClaimUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withKubeAPIServerUnsupportedConfigOverrides
public A withKubeAPIServerUnsupportedConfigOverrides(KubeAPIServer kubeAPIServerUnsupportedConfigOverrides)
- Specified by:
withKubeAPIServerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeAPIServerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<A> withNewKubeAPIServerUnsupportedConfigOverrides()
- Specified by:
withNewKubeAPIServerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeAPIServerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<A> withNewKubeAPIServerUnsupportedConfigOverridesLike(KubeAPIServer item)
- Specified by:
withNewKubeAPIServerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withIngressControllerUnsupportedConfigOverrides
public A withIngressControllerUnsupportedConfigOverrides(IngressController ingressControllerUnsupportedConfigOverrides)
- Specified by:
withIngressControllerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewIngressControllerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.IngressControllerUnsupportedConfigOverridesNested<A> withNewIngressControllerUnsupportedConfigOverrides()
- Specified by:
withNewIngressControllerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewIngressControllerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.IngressControllerUnsupportedConfigOverridesNested<A> withNewIngressControllerUnsupportedConfigOverridesLike(IngressController item)
- Specified by:
withNewIngressControllerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withKubeStorageVersionMigratorUnsupportedConfigOverrides
public A withKubeStorageVersionMigratorUnsupportedConfigOverrides(KubeStorageVersionMigrator kubeStorageVersionMigratorUnsupportedConfigOverrides)
- Specified by:
withKubeStorageVersionMigratorUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeStorageVersionMigratorUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.KubeStorageVersionMigratorUnsupportedConfigOverridesNested<A> withNewKubeStorageVersionMigratorUnsupportedConfigOverrides()
- Specified by:
withNewKubeStorageVersionMigratorUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeStorageVersionMigratorUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.KubeStorageVersionMigratorUnsupportedConfigOverridesNested<A> withNewKubeStorageVersionMigratorUnsupportedConfigOverridesLike(KubeStorageVersionMigrator item)
- Specified by:
withNewKubeStorageVersionMigratorUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withConsoleUnsupportedConfigOverrides
public A withConsoleUnsupportedConfigOverrides(Console consoleUnsupportedConfigOverrides)
- Specified by:
withConsoleUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewConsoleUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.ConsoleUnsupportedConfigOverridesNested<A> withNewConsoleUnsupportedConfigOverrides()
- Specified by:
withNewConsoleUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewConsoleUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.ConsoleUnsupportedConfigOverridesNested<A> withNewConsoleUnsupportedConfigOverridesLike(Console item)
- Specified by:
withNewConsoleUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withOpenShiftControllerManagerUnsupportedConfigOverrides
public A withOpenShiftControllerManagerUnsupportedConfigOverrides(OpenShiftControllerManager openShiftControllerManagerUnsupportedConfigOverrides)
- Specified by:
withOpenShiftControllerManagerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOpenShiftControllerManagerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.OpenShiftControllerManagerUnsupportedConfigOverridesNested<A> withNewOpenShiftControllerManagerUnsupportedConfigOverrides()
- Specified by:
withNewOpenShiftControllerManagerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOpenShiftControllerManagerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.OpenShiftControllerManagerUnsupportedConfigOverridesNested<A> withNewOpenShiftControllerManagerUnsupportedConfigOverridesLike(OpenShiftControllerManager item)
- Specified by:
withNewOpenShiftControllerManagerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withEtcdUnsupportedConfigOverrides
public A withEtcdUnsupportedConfigOverrides(Etcd etcdUnsupportedConfigOverrides)
- Specified by:
withEtcdUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewEtcdUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.EtcdUnsupportedConfigOverridesNested<A> withNewEtcdUnsupportedConfigOverrides()
- Specified by:
withNewEtcdUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewEtcdUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.EtcdUnsupportedConfigOverridesNested<A> withNewEtcdUnsupportedConfigOverridesLike(Etcd item)
- Specified by:
withNewEtcdUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withKubeSchedulerUnsupportedConfigOverrides
public A withKubeSchedulerUnsupportedConfigOverrides(KubeScheduler kubeSchedulerUnsupportedConfigOverrides)
- Specified by:
withKubeSchedulerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeSchedulerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.KubeSchedulerUnsupportedConfigOverridesNested<A> withNewKubeSchedulerUnsupportedConfigOverrides()
- Specified by:
withNewKubeSchedulerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewKubeSchedulerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.KubeSchedulerUnsupportedConfigOverridesNested<A> withNewKubeSchedulerUnsupportedConfigOverridesLike(KubeScheduler item)
- Specified by:
withNewKubeSchedulerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNetworkUnsupportedConfigOverrides
public A withNetworkUnsupportedConfigOverrides(Network networkUnsupportedConfigOverrides)
- Specified by:
withNetworkUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewNetworkUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.NetworkUnsupportedConfigOverridesNested<A> withNewNetworkUnsupportedConfigOverrides()
- Specified by:
withNewNetworkUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewNetworkUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.NetworkUnsupportedConfigOverridesNested<A> withNewNetworkUnsupportedConfigOverridesLike(Network item)
- Specified by:
withNewNetworkUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withServiceCatalogAPIServerUnsupportedConfigOverrides
public A withServiceCatalogAPIServerUnsupportedConfigOverrides(ServiceCatalogAPIServer serviceCatalogAPIServerUnsupportedConfigOverrides)
- Specified by:
withServiceCatalogAPIServerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCatalogAPIServerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.ServiceCatalogAPIServerUnsupportedConfigOverridesNested<A> withNewServiceCatalogAPIServerUnsupportedConfigOverrides()
- Specified by:
withNewServiceCatalogAPIServerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCatalogAPIServerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.ServiceCatalogAPIServerUnsupportedConfigOverridesNested<A> withNewServiceCatalogAPIServerUnsupportedConfigOverridesLike(ServiceCatalogAPIServer item)
- Specified by:
withNewServiceCatalogAPIServerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withCSISnapshotControllerUnsupportedConfigOverrides
public A withCSISnapshotControllerUnsupportedConfigOverrides(CSISnapshotController cSISnapshotControllerUnsupportedConfigOverrides)
- Specified by:
withCSISnapshotControllerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewCSISnapshotControllerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.CSISnapshotControllerUnsupportedConfigOverridesNested<A> withNewCSISnapshotControllerUnsupportedConfigOverrides()
- Specified by:
withNewCSISnapshotControllerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewCSISnapshotControllerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.CSISnapshotControllerUnsupportedConfigOverridesNested<A> withNewCSISnapshotControllerUnsupportedConfigOverridesLike(CSISnapshotController item)
- Specified by:
withNewCSISnapshotControllerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withServiceCatalogControllerManagerUnsupportedConfigOverrides
public A withServiceCatalogControllerManagerUnsupportedConfigOverrides(ServiceCatalogControllerManager serviceCatalogControllerManagerUnsupportedConfigOverrides)
- Specified by:
withServiceCatalogControllerManagerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCatalogControllerManagerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.ServiceCatalogControllerManagerUnsupportedConfigOverridesNested<A> withNewServiceCatalogControllerManagerUnsupportedConfigOverrides()
- Specified by:
withNewServiceCatalogControllerManagerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewServiceCatalogControllerManagerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.ServiceCatalogControllerManagerUnsupportedConfigOverridesNested<A> withNewServiceCatalogControllerManagerUnsupportedConfigOverridesLike(ServiceCatalogControllerManager item)
- Specified by:
withNewServiceCatalogControllerManagerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withDNSUnsupportedConfigOverrides
public A withDNSUnsupportedConfigOverrides(DNS dNSUnsupportedConfigOverrides)
- Specified by:
withDNSUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewDNSUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.DNSUnsupportedConfigOverridesNested<A> withNewDNSUnsupportedConfigOverrides()
- Specified by:
withNewDNSUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewDNSUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.DNSUnsupportedConfigOverridesNested<A> withNewDNSUnsupportedConfigOverridesLike(DNS item)
- Specified by:
withNewDNSUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withDNSRecordUnsupportedConfigOverrides
public A withDNSRecordUnsupportedConfigOverrides(DNSRecord dNSRecordUnsupportedConfigOverrides)
- Specified by:
withDNSRecordUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewDNSRecordUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.DNSRecordUnsupportedConfigOverridesNested<A> withNewDNSRecordUnsupportedConfigOverrides()
- Specified by:
withNewDNSRecordUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewDNSRecordUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.DNSRecordUnsupportedConfigOverridesNested<A> withNewDNSRecordUnsupportedConfigOverridesLike(DNSRecord item)
- Specified by:
withNewDNSRecordUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withOpenShiftAPIServerUnsupportedConfigOverrides
public A withOpenShiftAPIServerUnsupportedConfigOverrides(OpenShiftAPIServer openShiftAPIServerUnsupportedConfigOverrides)
- Specified by:
withOpenShiftAPIServerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOpenShiftAPIServerUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.OpenShiftAPIServerUnsupportedConfigOverridesNested<A> withNewOpenShiftAPIServerUnsupportedConfigOverrides()
- Specified by:
withNewOpenShiftAPIServerUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewOpenShiftAPIServerUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.OpenShiftAPIServerUnsupportedConfigOverridesNested<A> withNewOpenShiftAPIServerUnsupportedConfigOverridesLike(OpenShiftAPIServer item)
- Specified by:
withNewOpenShiftAPIServerUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withAuthenticationUnsupportedConfigOverrides
public A withAuthenticationUnsupportedConfigOverrides(Authentication authenticationUnsupportedConfigOverrides)
- Specified by:
withAuthenticationUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewAuthenticationUnsupportedConfigOverrides
public KubeAPIServerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<A> withNewAuthenticationUnsupportedConfigOverrides()
- Specified by:
withNewAuthenticationUnsupportedConfigOverridesin interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
withNewAuthenticationUnsupportedConfigOverridesLike
public KubeAPIServerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<A> withNewAuthenticationUnsupportedConfigOverridesLike(Authentication item)
- Specified by:
withNewAuthenticationUnsupportedConfigOverridesLikein interfaceKubeAPIServerSpecFluent<A extends KubeAPIServerSpecFluent<A>>
-
-