Uses of Class
io.fabric8.openshift.api.model.hive.v1.PrivateLinkConfig
-
Packages that use PrivateLinkConfig Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of PrivateLinkConfig in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return PrivateLinkConfig Modifier and Type Method Description PrivateLinkConfigPrivateLinkConfigBuilder. build()PrivateLinkConfigHiveConfigSpecFluent. buildPrivateLink()PrivateLinkConfigHiveConfigSpec. getPrivateLink()HiveConfigSpec defines the desired state of HiveMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type PrivateLinkConfig Modifier and Type Method Description protected voidPrivateLinkConfigFluent. copyInstance(PrivateLinkConfig instance)HiveConfigSpecFluent.PrivateLinkNested<A>HiveConfigSpecFluent. editOrNewPrivateLinkLike(PrivateLinkConfig item)voidHiveConfigSpec. setPrivateLink(PrivateLinkConfig privateLink)HiveConfigSpec defines the desired state of HiveHiveConfigSpecFluent.PrivateLinkNested<A>HiveConfigSpecFluent. withNewPrivateLinkLike(PrivateLinkConfig item)AHiveConfigSpecFluent. withPrivateLink(PrivateLinkConfig privateLink)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type PrivateLinkConfig Constructor Description 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)PrivateLinkConfigBuilder(PrivateLinkConfig instance)PrivateLinkConfigBuilder(PrivateLinkConfigFluent<?> fluent, PrivateLinkConfig instance)PrivateLinkConfigFluent(PrivateLinkConfig instance)
-