Uses of Class
io.fabric8.openshift.api.model.machineconfiguration.v1.ObjectReference
-
Packages that use ObjectReference Package Description io.fabric8.openshift.api.model.machineconfiguration.v1 -
-
Uses of ObjectReference in io.fabric8.openshift.api.model.machineconfiguration.v1
Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return ObjectReference Modifier and Type Method Description ObjectReferenceObjectReferenceBuilder. build()ObjectReferenceMachineOSBuildStatusFluent. buildFirstRelatedObject()ObjectReferenceMachineOSBuilderReferenceFluent. buildJob()ObjectReferenceMachineOSBuildStatusFluent. buildLastRelatedObject()ObjectReferenceMachineOSConfigStatusFluent. buildMachineOSBuild()ObjectReferenceMachineOSBuildStatusFluent. buildMatchingRelatedObject(Predicate<ObjectReferenceBuilder> predicate)ObjectReferenceMachineOSBuildStatusFluent. buildRelatedObject(int index)ObjectReferenceMachineOSBuilderReference. getJob()MachineOSBuilderReference describes which ImageBuilder backend to use for this buildObjectReferenceMachineOSConfigStatus. getMachineOSBuild()MachineOSConfigStatus describes the status this config object and relates it to the builds associated with this MachineOSConfigMethods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return types with arguments of type ObjectReference Modifier and Type Method Description List<ObjectReference>MachineOSBuildStatusFluent. buildRelatedObjects()List<ObjectReference>MachineOSBuildStatus. getRelatedObjects()relatedObjects is a list of references to ephemeral objects such as ConfigMaps or Secrets that are meant to be consumed while the build process runs.Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type ObjectReference Modifier and Type Method Description MachineOSBuildStatusFluent.RelatedObjectsNested<A>MachineOSBuildStatusFluent. addNewRelatedObjectLike(ObjectReference item)AMachineOSBuildStatusFluent. addToRelatedObjects(int index, ObjectReference item)AMachineOSBuildStatusFluent. addToRelatedObjects(ObjectReference... items)protected voidObjectReferenceFluent. copyInstance(ObjectReference instance)MachineOSBuilderReferenceFluent.JobNested<A>MachineOSBuilderReferenceFluent. editOrNewJobLike(ObjectReference item)MachineOSConfigStatusFluent.MachineOSBuildNested<A>MachineOSConfigStatusFluent. editOrNewMachineOSBuildLike(ObjectReference item)AMachineOSBuildStatusFluent. removeFromRelatedObjects(ObjectReference... items)voidMachineOSBuilderReference. setJob(ObjectReference job)MachineOSBuilderReference describes which ImageBuilder backend to use for this buildvoidMachineOSConfigStatus. setMachineOSBuild(ObjectReference machineOSBuild)MachineOSConfigStatus describes the status this config object and relates it to the builds associated with this MachineOSConfigMachineOSBuildStatusFluent.RelatedObjectsNested<A>MachineOSBuildStatusFluent. setNewRelatedObjectLike(int index, ObjectReference item)AMachineOSBuildStatusFluent. setToRelatedObjects(int index, ObjectReference item)AMachineOSBuilderReferenceFluent. withJob(ObjectReference job)AMachineOSConfigStatusFluent. withMachineOSBuild(ObjectReference machineOSBuild)MachineOSBuilderReferenceFluent.JobNested<A>MachineOSBuilderReferenceFluent. withNewJobLike(ObjectReference item)MachineOSConfigStatusFluent.MachineOSBuildNested<A>MachineOSConfigStatusFluent. withNewMachineOSBuildLike(ObjectReference item)AMachineOSBuildStatusFluent. withRelatedObjects(ObjectReference... relatedObjects)Method parameters in io.fabric8.openshift.api.model.machineconfiguration.v1 with type arguments of type ObjectReference Modifier and Type Method Description AMachineOSBuildStatusFluent. addAllToRelatedObjects(Collection<ObjectReference> items)AMachineOSBuildStatusFluent. removeAllFromRelatedObjects(Collection<ObjectReference> items)voidMachineOSBuildStatus. setRelatedObjects(List<ObjectReference> relatedObjects)relatedObjects is a list of references to ephemeral objects such as ConfigMaps or Secrets that are meant to be consumed while the build process runs.AMachineOSBuildStatusFluent. withRelatedObjects(List<ObjectReference> relatedObjects)Constructors in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type ObjectReference Constructor Description MachineOSBuilderReference(String imageBuilderType, ObjectReference job)MachineOSConfigStatus(List<io.fabric8.kubernetes.api.model.Condition> conditions, String currentImagePullSpec, ObjectReference machineOSBuild, Long observedGeneration)ObjectReferenceBuilder(ObjectReference instance)ObjectReferenceBuilder(ObjectReferenceFluent<?> fluent, ObjectReference instance)ObjectReferenceFluent(ObjectReference instance)
-