Class UserWorkloadLogsSpecFluent<A extends UserWorkloadLogsSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.observability.v1beta2.UserWorkloadLogsSpecFluent<A>
-
- Direct Known Subclasses:
UserWorkloadCapabilitiesSpecFluent.LogsNested,UserWorkloadLogsSpecBuilder
public class UserWorkloadLogsSpecFluent<A extends UserWorkloadLogsSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classUserWorkloadLogsSpecFluent.CollectionNested<N>
-
Constructor Summary
Constructors Constructor Description UserWorkloadLogsSpecFluent()UserWorkloadLogsSpecFluent(UserWorkloadLogsSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
UserWorkloadLogsSpecFluent
public UserWorkloadLogsSpecFluent()
-
UserWorkloadLogsSpecFluent
public UserWorkloadLogsSpecFluent(UserWorkloadLogsSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(UserWorkloadLogsSpec instance)
-
buildCollection
public UserWorkloadLogsCollectionSpec buildCollection()
-
withCollection
public A withCollection(UserWorkloadLogsCollectionSpec collection)
-
hasCollection
public boolean hasCollection()
-
withNewCollection
public UserWorkloadLogsSpecFluent.CollectionNested<A> withNewCollection()
-
withNewCollectionLike
public UserWorkloadLogsSpecFluent.CollectionNested<A> withNewCollectionLike(UserWorkloadLogsCollectionSpec item)
-
editCollection
public UserWorkloadLogsSpecFluent.CollectionNested<A> editCollection()
-
editOrNewCollection
public UserWorkloadLogsSpecFluent.CollectionNested<A> editOrNewCollection()
-
editOrNewCollectionLike
public UserWorkloadLogsSpecFluent.CollectionNested<A> editOrNewCollectionLike(UserWorkloadLogsCollectionSpec item)
-
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 UserWorkloadLogsSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends UserWorkloadLogsSpecFluent<A>>
-
-