Package io.fabric8.kubernetes.api.model
Interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EnvVarSourceFluent.SecretKeyRefNested<N>
,WatchEventFluent.SecretKeySelectorObjectNested<N>
- All Known Implementing Classes:
EnvVarSourceFluentImpl.SecretKeyRefNestedImpl
,SecretKeySelectorBuilder
,SecretKeySelectorFluentImpl
,WatchEventFluentImpl.SecretKeySelectorObjectNestedImpl
public interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
String
getName()
Boolean
hasKey()
Boolean
hasName()
Boolean
hasOptional()
Boolean
isOptional()
A
withKey(String key)
A
withName(String name)
A
withNewKey(String arg1)
A
withNewKey(StringBuffer arg1)
A
withNewKey(StringBuilder arg1)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
A
withNewOptional(boolean arg1)
A
withNewOptional(String arg1)
A
withOptional(Boolean optional)
-
-
-
Method Detail
-
getKey
String getKey()
-
hasKey
Boolean hasKey()
-
withNewKey
A withNewKey(StringBuilder arg1)
-
withNewKey
A withNewKey(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
isOptional
Boolean isOptional()
-
hasOptional
Boolean hasOptional()
-
withNewOptional
A withNewOptional(boolean arg1)
-
-