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 boolean
equals(Object o)
String
getName()
String
getNamespace()
Boolean
hasName()
Boolean
hasNamespace()
A
withName(String name)
A
withNamespace(String namespace)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
A
withNewNamespace(String arg1)
A
withNewNamespace(StringBuffer arg1)
A
withNewNamespace(StringBuilder arg1)
-
Constructor Details
-
SecretReferenceFluentImpl
public SecretReferenceFluentImpl() -
SecretReferenceFluentImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withName
- Specified by:
withName
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
getNamespace
- Specified by:
getNamespace
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNamespace
- Specified by:
withNamespace
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
hasNamespace
- Specified by:
hasNamespace
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespace
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespace
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespace
in interfaceSecretReferenceFluent<A extends SecretReferenceFluent<A>>
-
equals
-