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