Uses of Class
io.fabric8.openshift.api.model.machineconfiguration.v1alpha1.ImageSecretObjectReference
-
Packages that use ImageSecretObjectReference Package Description io.fabric8.openshift.api.model.machineconfiguration.v1alpha1 -
-
Uses of ImageSecretObjectReference in io.fabric8.openshift.api.model.machineconfiguration.v1alpha1
Methods in io.fabric8.openshift.api.model.machineconfiguration.v1alpha1 that return ImageSecretObjectReference Modifier and Type Method Description ImageSecretObjectReferenceImageSecretObjectReferenceBuilder. build()ImageSecretObjectReferenceBuildInputsFluent. buildBaseImagePullSecret()ImageSecretObjectReferenceBuildOutputsFluent. buildCurrentImagePullSecret()ImageSecretObjectReferenceBuildInputsFluent. buildRenderedImagePushSecret()ImageSecretObjectReferenceBuildInputs. getBaseImagePullSecret()ImageSecretObjectReferenceBuildOutputs. getCurrentImagePullSecret()ImageSecretObjectReferenceBuildInputs. getRenderedImagePushSecret()Constructors in io.fabric8.openshift.api.model.machineconfiguration.v1alpha1 with parameters of type ImageSecretObjectReference Constructor Description BuildInputs(ImageSecretObjectReference baseImagePullSecret, String baseOSExtensionsImagePullspec, String baseOSImagePullspec, List<MachineOSContainerfile> containerFile, MachineOSImageBuilder imageBuilder, String releaseVersion, ImageSecretObjectReference renderedImagePushSecret, String renderedImagePushspec)BuildOutputs(ImageSecretObjectReference currentImagePullSecret)ImageSecretObjectReferenceBuilder(ImageSecretObjectReference instance)ImageSecretObjectReferenceBuilder(ImageSecretObjectReferenceFluent<?> fluent, ImageSecretObjectReference instance)ImageSecretObjectReferenceFluent(ImageSecretObjectReference instance)
-