Package io.fabric8.kubernetes.api.model
Class SecretReferenceFluentImpl<A extends SecretReferenceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SecretReferenceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,SecretReferenceFluent<A>
- Direct Known Subclasses:
CephFSPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,CinderPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,CSIPersistentVolumeSourceFluentImpl.ControllerExpandSecretRefNestedImpl,CSIPersistentVolumeSourceFluentImpl.ControllerPublishSecretRefNestedImpl,CSIPersistentVolumeSourceFluentImpl.NodePublishSecretRefNestedImpl,CSIPersistentVolumeSourceFluentImpl.NodeStageSecretRefNestedImpl,DoneableSecretReference,FlexPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,ISCSIPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,RBDPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,ScaleIOPersistentVolumeSourceFluentImpl.SecretRefNestedImpl,SecretReferenceBuilder,WatchEventFluentImpl.SecretReferenceObjectNestedImpl
public class SecretReferenceFluentImpl<A extends SecretReferenceFluent<A>> extends BaseFluent<A> implements SecretReferenceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SecretReferenceFluentImpl()SecretReferenceFluentImpl(SecretReference instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetNamespace()BooleanhasName()BooleanhasNamespace()AwithName(String name)AwithNamespace(String namespace)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewNamespace(String arg1)AwithNewNamespace(StringBuffer arg1)AwithNewNamespace(StringBuilder arg1)
-
Constructor Details
-
SecretReferenceFluentImpl
public SecretReferenceFluentImpl() -
SecretReferenceFluentImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withName
- Specified by:
withNamein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
getNamespace
- Specified by:
getNamespacein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNamespace
- Specified by:
withNamespacein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
hasNamespace
- Specified by:
hasNamespacein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespacein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespacein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespacein interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
equals
-