Class GCESDConfigFluent<A extends GCESDConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.GCESDConfigFluent<A>
-
- Direct Known Subclasses:
GCESDConfigBuilder,ScrapeConfigSpecFluent.GceSDConfigsNested
public class GCESDConfigFluent<A extends GCESDConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GCESDConfigFluent()GCESDConfigFluent(GCESDConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
GCESDConfigFluent
public GCESDConfigFluent()
-
GCESDConfigFluent
public GCESDConfigFluent(GCESDConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GCESDConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCESDConfigFluent<A>>
-
getFilter
public String getFilter()
-
getPort
public Integer getPort()
-
getProject
public String getProject()
-
getRefreshInterval
public String getRefreshInterval()
-
getTagSeparator
public String getTagSeparator()
-
getZone
public String getZone()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasFilter
public boolean hasFilter()
-
hasPort
public boolean hasPort()
-
hasProject
public boolean hasProject()
-
hasRefreshInterval
public boolean hasRefreshInterval()
-
hasTagSeparator
public boolean hasTagSeparator()
-
hasZone
public boolean hasZone()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCESDConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-