Class DeviceSelectorFluent<A extends DeviceSelectorFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceSelectorFluent<A>
-
- Direct Known Subclasses:
DeviceClassSpecFluent.SelectorsNested,DeviceSelectorBuilder,DeviceSubRequestFluent.SelectorsNested,ExactDeviceRequestFluent.SelectorsNested
public class DeviceSelectorFluent<A extends DeviceSelectorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDeviceSelectorFluent.CelNested<N>
-
Constructor Summary
Constructors Constructor Description DeviceSelectorFluent()DeviceSelectorFluent(DeviceSelector instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)CELDeviceSelectorbuildCel()protected voidcopyInstance(DeviceSelector instance)DeviceSelectorFluent.CelNested<A>editCel()DeviceSelectorFluent.CelNested<A>editOrNewCel()DeviceSelectorFluent.CelNested<A>editOrNewCelLike(CELDeviceSelector item)booleanequals(Object o)Map<String,Object>getAdditionalProperties()booleanhasAdditionalProperties()booleanhasCel()inthashCode()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithCel(CELDeviceSelector cel)DeviceSelectorFluent.CelNested<A>withNewCel()AwithNewCel(String expression)DeviceSelectorFluent.CelNested<A>withNewCelLike(CELDeviceSelector item)
-
-
-
Constructor Detail
-
DeviceSelectorFluent
public DeviceSelectorFluent()
-
DeviceSelectorFluent
public DeviceSelectorFluent(DeviceSelector instance)
-
-
Method Detail
-
buildCel
public CELDeviceSelector buildCel()
-
copyInstance
protected void copyInstance(DeviceSelector instance)
-
editCel
public DeviceSelectorFluent.CelNested<A> editCel()
-
editOrNewCel
public DeviceSelectorFluent.CelNested<A> editOrNewCel()
-
editOrNewCelLike
public DeviceSelectorFluent.CelNested<A> editOrNewCelLike(CELDeviceSelector item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DeviceSelectorFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasCel
public boolean hasCel()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DeviceSelectorFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withCel
public A withCel(CELDeviceSelector cel)
-
withNewCel
public DeviceSelectorFluent.CelNested<A> withNewCel()
-
withNewCelLike
public DeviceSelectorFluent.CelNested<A> withNewCelLike(CELDeviceSelector item)
-
-