Uses of Class
io.fabric8.openclustermanagement.api.model.operator.v1.KubeConfigSecret
-
Packages that use KubeConfigSecret Package Description io.fabric8.openclustermanagement.api.model.operator.v1 -
-
Uses of KubeConfigSecret in io.fabric8.openclustermanagement.api.model.operator.v1
Methods in io.fabric8.openclustermanagement.api.model.operator.v1 that return KubeConfigSecret Modifier and Type Method Description KubeConfigSecretKubeConfigSecretBuilder. build()KubeConfigSecretLocalSecretsConfigFluent. buildFirstKubeConfigSecret()KubeConfigSecretLocalSecretsConfigFluent. buildKubeConfigSecret(int index)KubeConfigSecretLocalSecretsConfigFluent. buildLastKubeConfigSecret()KubeConfigSecretLocalSecretsConfigFluent. buildMatchingKubeConfigSecret(Predicate<KubeConfigSecretBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.operator.v1 that return types with arguments of type KubeConfigSecret Modifier and Type Method Description List<KubeConfigSecret>LocalSecretsConfigFluent. buildKubeConfigSecrets()List<KubeConfigSecret>LocalSecretsConfig. getKubeConfigSecrets()Methods in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type KubeConfigSecret Modifier and Type Method Description LocalSecretsConfigFluent.KubeConfigSecretsNested<A>LocalSecretsConfigFluent. addNewKubeConfigSecretLike(KubeConfigSecret item)ALocalSecretsConfigFluent. addToKubeConfigSecrets(int index, KubeConfigSecret item)ALocalSecretsConfigFluent. addToKubeConfigSecrets(KubeConfigSecret... items)protected voidKubeConfigSecretFluent. copyInstance(KubeConfigSecret instance)ALocalSecretsConfigFluent. removeFromKubeConfigSecrets(KubeConfigSecret... items)LocalSecretsConfigFluent.KubeConfigSecretsNested<A>LocalSecretsConfigFluent. setNewKubeConfigSecretLike(int index, KubeConfigSecret item)ALocalSecretsConfigFluent. setToKubeConfigSecrets(int index, KubeConfigSecret item)ALocalSecretsConfigFluent. withKubeConfigSecrets(KubeConfigSecret... kubeConfigSecrets)Method parameters in io.fabric8.openclustermanagement.api.model.operator.v1 with type arguments of type KubeConfigSecret Modifier and Type Method Description ALocalSecretsConfigFluent. addAllToKubeConfigSecrets(Collection<KubeConfigSecret> items)ALocalSecretsConfigFluent. removeAllFromKubeConfigSecrets(Collection<KubeConfigSecret> items)voidLocalSecretsConfig. setKubeConfigSecrets(List<KubeConfigSecret> kubeConfigSecrets)ALocalSecretsConfigFluent. withKubeConfigSecrets(List<KubeConfigSecret> kubeConfigSecrets)Constructors in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type KubeConfigSecret Constructor Description KubeConfigSecretBuilder(KubeConfigSecret instance)KubeConfigSecretBuilder(KubeConfigSecretFluent<?> fluent, KubeConfigSecret instance)KubeConfigSecretFluent(KubeConfigSecret instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.operator.v1 with type arguments of type KubeConfigSecret Constructor Description LocalSecretsConfig(Integer hubConnectionTimeoutSeconds, List<KubeConfigSecret> kubeConfigSecrets)
-