Package io.fabric8.kubernetes.api.model
Class ClusterTrustBundleProjectionFluent<A extends ClusterTrustBundleProjectionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ClusterTrustBundleProjectionFluent<A>
-
- Direct Known Subclasses:
ClusterTrustBundleProjectionBuilder
,VolumeProjectionFluent.ClusterTrustBundleNested
public class ClusterTrustBundleProjectionFluent<A extends ClusterTrustBundleProjectionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ClusterTrustBundleProjectionFluent.LabelSelectorNested<N>
-
Constructor Summary
Constructors Constructor Description ClusterTrustBundleProjectionFluent()
ClusterTrustBundleProjectionFluent(ClusterTrustBundleProjection instance)
-
Method Summary
-
-
-
Constructor Detail
-
ClusterTrustBundleProjectionFluent
public ClusterTrustBundleProjectionFluent()
-
ClusterTrustBundleProjectionFluent
public ClusterTrustBundleProjectionFluent(ClusterTrustBundleProjection instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ClusterTrustBundleProjection instance)
-
buildLabelSelector
public LabelSelector buildLabelSelector()
-
withLabelSelector
public A withLabelSelector(LabelSelector labelSelector)
-
hasLabelSelector
public boolean hasLabelSelector()
-
withNewLabelSelector
public ClusterTrustBundleProjectionFluent.LabelSelectorNested<A> withNewLabelSelector()
-
withNewLabelSelectorLike
public ClusterTrustBundleProjectionFluent.LabelSelectorNested<A> withNewLabelSelectorLike(LabelSelector item)
-
editLabelSelector
public ClusterTrustBundleProjectionFluent.LabelSelectorNested<A> editLabelSelector()
-
editOrNewLabelSelector
public ClusterTrustBundleProjectionFluent.LabelSelectorNested<A> editOrNewLabelSelector()
-
editOrNewLabelSelectorLike
public ClusterTrustBundleProjectionFluent.LabelSelectorNested<A> editOrNewLabelSelectorLike(LabelSelector item)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getOptional
public Boolean getOptional()
-
hasOptional
public boolean hasOptional()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
getSignerName
public String getSignerName()
-
hasSignerName
public boolean hasSignerName()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterTrustBundleProjectionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterTrustBundleProjectionFluent<A>>
-
withOptional
public A withOptional()
-
-