Class OVHCloudSDConfigFluent<A extends OVHCloudSDConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.OVHCloudSDConfigFluent<A>
-
- Direct Known Subclasses:
OVHCloudSDConfigBuilder,ScrapeConfigSpecFluent.OvhcloudSDConfigsNested
public class OVHCloudSDConfigFluent<A extends OVHCloudSDConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description OVHCloudSDConfigFluent()OVHCloudSDConfigFluent(OVHCloudSDConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
OVHCloudSDConfigFluent
public OVHCloudSDConfigFluent()
-
OVHCloudSDConfigFluent
public OVHCloudSDConfigFluent(OVHCloudSDConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(OVHCloudSDConfig instance)
-
getApplicationKey
public String getApplicationKey()
-
hasApplicationKey
public boolean hasApplicationKey()
-
getApplicationSecret
public io.fabric8.kubernetes.api.model.SecretKeySelector getApplicationSecret()
-
withApplicationSecret
public A withApplicationSecret(io.fabric8.kubernetes.api.model.SecretKeySelector applicationSecret)
-
hasApplicationSecret
public boolean hasApplicationSecret()
-
withNewApplicationSecret
public A withNewApplicationSecret(String key, String name, Boolean optional)
-
getConsumerKey
public io.fabric8.kubernetes.api.model.SecretKeySelector getConsumerKey()
-
withConsumerKey
public A withConsumerKey(io.fabric8.kubernetes.api.model.SecretKeySelector consumerKey)
-
hasConsumerKey
public boolean hasConsumerKey()
-
getEndpoint
public String getEndpoint()
-
hasEndpoint
public boolean hasEndpoint()
-
getRefreshInterval
public String getRefreshInterval()
-
hasRefreshInterval
public boolean hasRefreshInterval()
-
getService
public String getService()
-
hasService
public boolean hasService()
-
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 OVHCloudSDConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OVHCloudSDConfigFluent<A>>
-
-