Uses of Class
io.fabric8.openshift.api.model.machine.v1.PowerVSSecretReference
-
Packages that use PowerVSSecretReference Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of PowerVSSecretReference in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return PowerVSSecretReference Modifier and Type Method Description PowerVSSecretReferencePowerVSSecretReferenceBuilder. build()PowerVSSecretReferencePowerVSMachineProviderConfigFluent. buildCredentialsSecret()PowerVSSecretReferencePowerVSMachineProviderConfigFluent. buildUserDataSecret()PowerVSSecretReferencePowerVSMachineProviderConfig. getCredentialsSecret()PowerVSSecretReferencePowerVSMachineProviderConfig. getUserDataSecret()Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type PowerVSSecretReference Constructor Description PowerVSMachineProviderConfig(String apiVersion, PowerVSSecretReference credentialsSecret, PowerVSResource image, String keyPairName, String kind, List<LoadBalancerReference> loadBalancers, Integer memoryGiB, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PowerVSResource network, String processorType, io.fabric8.kubernetes.api.model.IntOrString processors, PowerVSResource serviceInstance, String systemType, PowerVSSecretReference userDataSecret)PowerVSSecretReferenceBuilder(PowerVSSecretReference instance)PowerVSSecretReferenceBuilder(PowerVSSecretReferenceFluent<?> fluent, PowerVSSecretReference instance)PowerVSSecretReferenceFluent(PowerVSSecretReference instance)
-