Class SecretKeyRefFluent<A extends SecretKeyRefFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.env.valuefrom.SecretKeyRefFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
SecretKeyRefBuilder,ValueFromFluent.InitcontainersSecretKeyRefNested
public class SecretKeyRefFluent<A extends SecretKeyRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description SecretKeyRefFluent()SecretKeyRefFluent(SecretKeyRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()StringgetName()BooleangetOptional()inthashCode()booleanhasKey()booleanhasName()booleanhasOptional()StringtoString()AwithKey(String key)AwithName(String name)AwithOptional()AwithOptional(Boolean optional)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
SecretKeyRefFluent
public SecretKeyRefFluent()
-
SecretKeyRefFluent
public SecretKeyRefFluent(SecretKeyRef instance)
-
-
Method Detail
-
getKey
public String getKey()
-
hasKey
public boolean hasKey()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getOptional
public Boolean getOptional()
-
hasOptional
public boolean hasOptional()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretKeyRefFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretKeyRefFluent<A>>
-
withOptional
public A withOptional()
-
-