Class IngressClassParametersReferenceFluent<A extends IngressClassParametersReferenceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClassParametersReferenceFluent<A>
-
- Direct Known Subclasses:
IngressClassParametersReferenceBuilder
,IngressClassSpecFluent.ParametersNested
public class IngressClassParametersReferenceFluent<A extends IngressClassParametersReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description IngressClassParametersReferenceFluent()
IngressClassParametersReferenceFluent(IngressClassParametersReference instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description A
addToAdditionalProperties(String key, Object value)
A
addToAdditionalProperties(Map<String,Object> map)
protected void
copyInstance(IngressClassParametersReference instance)
boolean
equals(Object o)
Map<String,Object>
getAdditionalProperties()
String
getApiGroup()
String
getKind()
String
getName()
String
getNamespace()
String
getScope()
boolean
hasAdditionalProperties()
boolean
hasApiGroup()
int
hashCode()
boolean
hasKind()
boolean
hasName()
boolean
hasNamespace()
boolean
hasScope()
A
removeFromAdditionalProperties(String key)
A
removeFromAdditionalProperties(Map<String,Object> map)
String
toString()
<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)
A
withApiGroup(String apiGroup)
A
withKind(String kind)
A
withName(String name)
A
withNamespace(String namespace)
A
withScope(String scope)
-
-
-
Constructor Detail
-
IngressClassParametersReferenceFluent
public IngressClassParametersReferenceFluent()
-
IngressClassParametersReferenceFluent
public IngressClassParametersReferenceFluent(IngressClassParametersReference instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IngressClassParametersReference instance)
-
getApiGroup
public String getApiGroup()
-
hasApiGroup
public boolean hasApiGroup()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getNamespace
public String getNamespace()
-
hasNamespace
public boolean hasNamespace()
-
getScope
public String getScope()
-
hasScope
public boolean hasScope()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressClassParametersReferenceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressClassParametersReferenceFluent<A>>
-
-