Package io.fabric8.kubernetes.api.model
Class LocalObjectReferenceFluentImpl<A extends LocalObjectReferenceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.LocalObjectReferenceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,LocalObjectReferenceFluent<A>
- Direct Known Subclasses:
CephFSVolumeSourceFluentImpl.SecretRefNestedImpl,CinderVolumeSourceFluentImpl.SecretRefNestedImpl,CSIVolumeSourceFluentImpl.NodePublishSecretRefNestedImpl,FlexVolumeSourceFluentImpl.SecretRefNestedImpl,ISCSIVolumeSourceFluentImpl.SecretRefNestedImpl,LocalObjectReferenceBuilder,PodSpecFluentImpl.ImagePullSecretsNestedImpl,RBDVolumeSourceFluentImpl.SecretRefNestedImpl,ScaleIOVolumeSourceFluentImpl.SecretRefNestedImpl,ServiceAccountFluentImpl.ImagePullSecretsNestedImpl,StorageOSVolumeSourceFluentImpl.SecretRefNestedImpl,WatchEventFluentImpl.LocalObjectReferenceNestedImpl
public class LocalObjectReferenceFluentImpl<A extends LocalObjectReferenceFluent<A>> extends BaseFluent<A> implements LocalObjectReferenceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description LocalObjectReferenceFluentImpl()LocalObjectReferenceFluentImpl(LocalObjectReference instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()inthashCode()BooleanhasName()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
-
-
Constructor Detail
-
LocalObjectReferenceFluentImpl
public LocalObjectReferenceFluentImpl()
-
LocalObjectReferenceFluentImpl
public LocalObjectReferenceFluentImpl(LocalObjectReference instance)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceLocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceLocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceLocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceLocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceLocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceLocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
-
-