Class AllowDenyItemFluent<A extends AllowDenyItemFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.apps.v1.AllowDenyItemFluent<A>
-
- Direct Known Subclasses:
AllowDenyItemBuilder,SubscriptionSpecFluent.AllowNested,SubscriptionSpecFluent.DenyNested
public class AllowDenyItemFluent<A extends AllowDenyItemFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AllowDenyItemFluent()AllowDenyItemFluent(AllowDenyItem instance)
-
Method Summary
-
-
-
Constructor Detail
-
AllowDenyItemFluent
public AllowDenyItemFluent()
-
AllowDenyItemFluent
public AllowDenyItemFluent(AllowDenyItem instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AllowDenyItem instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
addAllToKinds
public A addAllToKinds(Collection<String> items)
-
removeAllFromKinds
public A removeAllFromKinds(Collection<String> items)
-
getKind
public String getKind(int index)
-
getFirstKind
public String getFirstKind()
-
getLastKind
public String getLastKind()
-
hasKinds
public boolean hasKinds()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowDenyItemFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowDenyItemFluent<A>>
-
-