Uses of Class
io.fabric8.openshift.api.model.SecretNameReference
-
Packages that use SecretNameReference Package Description io.fabric8.kubernetes.api.model io.fabric8.openshift.api.model io.fabric8.openshift.api.model.operator.v1 -
-
Uses of SecretNameReference in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return SecretNameReference Modifier and Type Method Description SecretNameReferenceKubeSchema. getSecretNameReference()Methods in io.fabric8.kubernetes.api.model with parameters of type SecretNameReference Modifier and Type Method Description voidKubeSchema. setSecretNameReference(SecretNameReference secretNameReference)Constructors in io.fabric8.kubernetes.api.model with parameters of type SecretNameReference Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, Authentication authentication, AuthenticationList authenticationList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, CSISnapshotController cSISnapshotController, CSISnapshotControllerList cSISnapshotControllerList, ConfigMapFileReference configMapFileReference, Console console, ConsoleList consoleList, DNS dns, DNSList dNSList, DNSRecord dNSRecord, DNSRecordList dNSRecordList, Etcd etcd, EtcdList etcdList, ImageContentSourcePolicy imageContentSourcePolicy, ImageContentSourcePolicyList imageContentSourcePolicyList, ImagePruner imagePruner, ImagePrunerList imagePrunerList, io.fabric8.kubernetes.api.model.version.Info info, IngressController ingressController, IngressControllerList ingressControllerList, KubeAPIServer kubeAPIServer, KubeAPIServerList kubeAPIServerList, KubeControllerManager kubeControllerManager, KubeControllerManagerList kubeControllerManagerList, KubeScheduler kubeScheduler, KubeSchedulerList kubeSchedulerList, KubeStorageVersionMigrator kubeStorageVersionMigrator, KubeStorageVersionMigratorList kubeStorageVersionMigratorList, Network network, NetworkList networkList, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, OpenShiftAPIServer openShiftAPIServer, OpenShiftAPIServerList openShiftAPIServerList, OpenShiftControllerManager openShiftContollerManager, OpenShiftControllerManagerList openShiftControllerManagerList, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.Quantity quantity, SecretNameReference secretNameReference, ServiceCA serviceCA, ServiceCAList serviceCAList, ServiceCatalogAPIServer serviceCatalogAPIServer, ServiceCatalogAPIServerList serviceCatalogAPIServerList, ServiceCatalogControllerManager serviceCatalogControllerManager, ServiceCatalogControllerManagerList serviceCatalogControllerManagerList, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta) -
Uses of SecretNameReference in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return SecretNameReference Modifier and Type Method Description SecretNameReferenceSecretNameReferenceBuilder. build()Constructors in io.fabric8.openshift.api.model with parameters of type SecretNameReference Constructor Description SecretNameReferenceBuilder(SecretNameReference instance)SecretNameReferenceBuilder(SecretNameReferenceFluent<?> fluent, SecretNameReference instance)SecretNameReferenceBuilder(SecretNameReferenceFluent<?> fluent, SecretNameReference instance, Boolean validationEnabled)SecretNameReferenceBuilder(SecretNameReference instance, Boolean validationEnabled)SecretNameReferenceFluentImpl(SecretNameReference instance) -
Uses of SecretNameReference in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return SecretNameReference Modifier and Type Method Description SecretNameReferenceConsoleConfigRouteFluent. buildSecret()SecretNameReferenceConsoleConfigRouteFluentImpl. buildSecret()SecretNameReferenceConsoleConfigRoute. getSecret()SecretNameReferenceConsoleConfigRouteFluent. getSecret()Deprecated.SecretNameReferenceConsoleConfigRouteFluentImpl. getSecret()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type SecretNameReference Modifier and Type Method Description ConsoleConfigRouteFluent.SecretNested<A>ConsoleConfigRouteFluent. editOrNewSecretLike(SecretNameReference item)ConsoleConfigRouteFluent.SecretNested<A>ConsoleConfigRouteFluentImpl. editOrNewSecretLike(SecretNameReference item)voidConsoleConfigRoute. setSecret(SecretNameReference secret)ConsoleConfigRouteFluent.SecretNested<A>ConsoleConfigRouteFluent. withNewSecretLike(SecretNameReference item)ConsoleConfigRouteFluent.SecretNested<A>ConsoleConfigRouteFluentImpl. withNewSecretLike(SecretNameReference item)AConsoleConfigRouteFluent. withSecret(SecretNameReference secret)AConsoleConfigRouteFluentImpl. withSecret(SecretNameReference secret)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type SecretNameReference Constructor Description ConsoleConfigRoute(String hostname, SecretNameReference secret)
-