Uses of Class
io.fabric8.openshift.api.model.hive.v1.FeatureGateSelection
-
Packages that use FeatureGateSelection Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of FeatureGateSelection in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return FeatureGateSelection Modifier and Type Method Description FeatureGateSelectionFeatureGateSelectionBuilder. build()FeatureGateSelectionHiveConfigSpecFluent. buildFeatureGates()FeatureGateSelectionHiveConfigSpec. getFeatureGates()HiveConfigSpec defines the desired state of HiveMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type FeatureGateSelection Modifier and Type Method Description protected voidFeatureGateSelectionFluent. copyInstance(FeatureGateSelection instance)HiveConfigSpecFluent.FeatureGatesNested<A>HiveConfigSpecFluent. editOrNewFeatureGatesLike(FeatureGateSelection item)voidHiveConfigSpec. setFeatureGates(FeatureGateSelection featureGates)HiveConfigSpec defines the desired state of HiveAHiveConfigSpecFluent. withFeatureGates(FeatureGateSelection featureGates)HiveConfigSpecFluent.FeatureGatesNested<A>HiveConfigSpecFluent. withNewFeatureGatesLike(FeatureGateSelection item)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type FeatureGateSelection Constructor Description FeatureGateSelectionBuilder(FeatureGateSelection instance)FeatureGateSelectionBuilder(FeatureGateSelectionFluent<?> fluent, FeatureGateSelection instance)FeatureGateSelectionFluent(FeatureGateSelection instance)HiveConfigSpec(List<io.fabric8.kubernetes.api.model.LocalObjectReference> additionalCertificateAuthoritiesSecretRef, ArgoCDConfig argoCDConfig, AWSPrivateLinkConfig awsPrivateLink, BackupConfig backup, String clusterVersionPollInterval, ControllersConfig controllersConfig, String deleteProtection, List<DeploymentConfig> deploymentConfig, Boolean deprovisionsDisabled, List<String> disabledControllers, Boolean exportMetrics, FailedProvisionConfig failedProvisionConfig, FeatureGateSelection featureGates, io.fabric8.kubernetes.api.model.LocalObjectReference globalPullSecretRef, String logLevel, String machinePoolPollInterval, Boolean maintenanceMode, List<ManageDNSConfig> managedDomains, MetricsConfig metricsConfig, PrivateLinkConfig privateLink, ReleaseImageVerificationConfigMapReference releaseImageVerificationConfigMapRef, ServiceProviderCredentials serviceProviderCredentialsConfig, String syncSetReapplyInterval, String targetNamespace)
-