Class BuildOutputsFluent<A extends BuildOutputsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machineconfiguration.v1alpha1.BuildOutputsFluent<A>
-
- Direct Known Subclasses:
BuildOutputsBuilder,MachineOSConfigSpecFluent.BuildOutputsNested
public class BuildOutputsFluent<A extends BuildOutputsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBuildOutputsFluent.CurrentImagePullSecretNested<N>
-
Constructor Summary
Constructors Constructor Description BuildOutputsFluent()BuildOutputsFluent(BuildOutputs instance)
-
Method Summary
-
-
-
Constructor Detail
-
BuildOutputsFluent
public BuildOutputsFluent()
-
BuildOutputsFluent
public BuildOutputsFluent(BuildOutputs instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(BuildOutputs instance)
-
buildCurrentImagePullSecret
public ImageSecretObjectReference buildCurrentImagePullSecret()
-
withCurrentImagePullSecret
public A withCurrentImagePullSecret(ImageSecretObjectReference currentImagePullSecret)
-
hasCurrentImagePullSecret
public boolean hasCurrentImagePullSecret()
-
withNewCurrentImagePullSecret
public BuildOutputsFluent.CurrentImagePullSecretNested<A> withNewCurrentImagePullSecret()
-
withNewCurrentImagePullSecretLike
public BuildOutputsFluent.CurrentImagePullSecretNested<A> withNewCurrentImagePullSecretLike(ImageSecretObjectReference item)
-
editCurrentImagePullSecret
public BuildOutputsFluent.CurrentImagePullSecretNested<A> editCurrentImagePullSecret()
-
editOrNewCurrentImagePullSecret
public BuildOutputsFluent.CurrentImagePullSecretNested<A> editOrNewCurrentImagePullSecret()
-
editOrNewCurrentImagePullSecretLike
public BuildOutputsFluent.CurrentImagePullSecretNested<A> editOrNewCurrentImagePullSecretLike(ImageSecretObjectReference item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends BuildOutputsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends BuildOutputsFluent<A>>
-
-