Uses of Class
io.fabric8.openshift.api.model.hive.v1.CertificateBundleSpec
-
Packages that use CertificateBundleSpec Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of CertificateBundleSpec in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return CertificateBundleSpec Modifier and Type Method Description CertificateBundleSpecCertificateBundleSpecBuilder. build()CertificateBundleSpecClusterDeploymentSpecFluent. buildCertificateBundle(int index)CertificateBundleSpecClusterDeploymentSpecFluent. buildFirstCertificateBundle()CertificateBundleSpecClusterDeploymentSpecFluent. buildLastCertificateBundle()CertificateBundleSpecClusterDeploymentSpecFluent. buildMatchingCertificateBundle(Predicate<CertificateBundleSpecBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type CertificateBundleSpec Modifier and Type Method Description List<CertificateBundleSpec>ClusterDeploymentSpecFluent. buildCertificateBundles()List<CertificateBundleSpec>ClusterDeploymentSpec. getCertificateBundles()CertificateBundles is a list of certificate bundles associated with this clusterMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type CertificateBundleSpec Modifier and Type Method Description ClusterDeploymentSpecFluent.CertificateBundlesNested<A>ClusterDeploymentSpecFluent. addNewCertificateBundleLike(CertificateBundleSpec item)AClusterDeploymentSpecFluent. addToCertificateBundles(int index, CertificateBundleSpec item)AClusterDeploymentSpecFluent. addToCertificateBundles(CertificateBundleSpec... items)protected voidCertificateBundleSpecFluent. copyInstance(CertificateBundleSpec instance)AClusterDeploymentSpecFluent. removeFromCertificateBundles(CertificateBundleSpec... items)ClusterDeploymentSpecFluent.CertificateBundlesNested<A>ClusterDeploymentSpecFluent. setNewCertificateBundleLike(int index, CertificateBundleSpec item)AClusterDeploymentSpecFluent. setToCertificateBundles(int index, CertificateBundleSpec item)AClusterDeploymentSpecFluent. withCertificateBundles(CertificateBundleSpec... certificateBundles)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type CertificateBundleSpec Modifier and Type Method Description AClusterDeploymentSpecFluent. addAllToCertificateBundles(Collection<CertificateBundleSpec> items)AClusterDeploymentSpecFluent. removeAllFromCertificateBundles(Collection<CertificateBundleSpec> items)voidClusterDeploymentSpec. setCertificateBundles(List<CertificateBundleSpec> certificateBundles)CertificateBundles is a list of certificate bundles associated with this clusterAClusterDeploymentSpecFluent. withCertificateBundles(List<CertificateBundleSpec> certificateBundles)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type CertificateBundleSpec Constructor Description CertificateBundleSpecBuilder(CertificateBundleSpec instance)CertificateBundleSpecBuilder(CertificateBundleSpecFluent<?> fluent, CertificateBundleSpec instance)CertificateBundleSpecFluent(CertificateBundleSpec instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type CertificateBundleSpec Constructor Description ClusterDeploymentSpec(String baseDomain, io.fabric8.kubernetes.api.model.LocalObjectReference boundServiceAccountSigningKeySecretRef, List<CertificateBundleSpec> certificateBundles, ClusterInstallLocalReference clusterInstallRef, ClusterMetadata clusterMetadata, String clusterName, ClusterPoolReference clusterPoolRef, ControlPlaneConfigSpec controlPlaneConfig, String hibernateAfter, List<ClusterIngress> ingress, Integer installAttemptsLimit, Boolean installed, Boolean manageDNS, Platform platform, String powerState, Boolean preserveOnDelete, Provisioning provisioning, io.fabric8.kubernetes.api.model.LocalObjectReference pullSecretRef)
-