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