Uses of Class
io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkConfig
-
Packages that use AWSPrivateLinkConfig Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of AWSPrivateLinkConfig in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return AWSPrivateLinkConfig Modifier and Type Method Description AWSPrivateLinkConfigAWSPrivateLinkConfigBuilder. build()AWSPrivateLinkConfigHiveConfigSpecFluent. buildAwsPrivateLink()AWSPrivateLinkConfigHiveConfigSpec. getAwsPrivateLink()HiveConfigSpec defines the desired state of HiveMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type AWSPrivateLinkConfig Modifier and Type Method Description protected voidAWSPrivateLinkConfigFluent. copyInstance(AWSPrivateLinkConfig instance)HiveConfigSpecFluent.AwsPrivateLinkNested<A>HiveConfigSpecFluent. editOrNewAwsPrivateLinkLike(AWSPrivateLinkConfig item)voidHiveConfigSpec. setAwsPrivateLink(AWSPrivateLinkConfig awsPrivateLink)HiveConfigSpec defines the desired state of HiveAHiveConfigSpecFluent. withAwsPrivateLink(AWSPrivateLinkConfig awsPrivateLink)HiveConfigSpecFluent.AwsPrivateLinkNested<A>HiveConfigSpecFluent. withNewAwsPrivateLinkLike(AWSPrivateLinkConfig item)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type AWSPrivateLinkConfig Constructor Description AWSPrivateLinkConfigBuilder(AWSPrivateLinkConfig instance)AWSPrivateLinkConfigBuilder(AWSPrivateLinkConfigFluent<?> fluent, AWSPrivateLinkConfig instance)AWSPrivateLinkConfigFluent(AWSPrivateLinkConfig 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)
-