Class SafeAuthorizationFluent<A extends SafeAuthorizationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.SafeAuthorizationFluent<A>
-
- Direct Known Subclasses:
AlertmanagerEndpointsFluent.AuthorizationNested,AzureSDConfigFluent.AuthorizationNested,ConsulSDConfigFluent.AuthorizationNested,DigitalOceanSDConfigFluent.AuthorizationNested,DockerSDConfigFluent.AuthorizationNested,DockerSwarmSDConfigFluent.AuthorizationNested,EndpointFluent.AuthorizationNested,EurekaSDConfigFluent.AuthorizationNested,HetznerSDConfigFluent.AuthorizationNested,HTTPConfigFluent.AuthorizationNested,HTTPConfigFluent.AuthorizationNested,HTTPConfigFluent.AuthorizationNested,HTTPSDConfigFluent.AuthorizationNested,IonosSDConfigFluent.AuthorizationNested,KubernetesSDConfigFluent.AuthorizationNested,KumaSDConfigFluent.AuthorizationNested,LightSailSDConfigFluent.AuthorizationNested,LinodeSDConfigFluent.AuthorizationNested,NomadSDConfigFluent.AuthorizationNested,PodMetricsEndpointFluent.AuthorizationNested,ProbeSpecFluent.AuthorizationNested,PuppetDBSDConfigFluent.AuthorizationNested,SafeAuthorizationBuilder,ScrapeConfigSpecFluent.AuthorizationNested
public class SafeAuthorizationFluent<A extends SafeAuthorizationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description SafeAuthorizationFluent()SafeAuthorizationFluent(SafeAuthorization instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(SafeAuthorization instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.SecretKeySelectorgetCredentials()StringgetType()booleanhasAdditionalProperties()booleanhasCredentials()inthashCode()booleanhasType()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithCredentials(io.fabric8.kubernetes.api.model.SecretKeySelector credentials)AwithNewCredentials(String key, String name, Boolean optional)AwithType(String type)
-
-
-
Constructor Detail
-
SafeAuthorizationFluent
public SafeAuthorizationFluent()
-
SafeAuthorizationFluent
public SafeAuthorizationFluent(SafeAuthorization instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SafeAuthorization instance)
-
getCredentials
public io.fabric8.kubernetes.api.model.SecretKeySelector getCredentials()
-
withCredentials
public A withCredentials(io.fabric8.kubernetes.api.model.SecretKeySelector credentials)
-
hasCredentials
public boolean hasCredentials()
-
getType
public String getType()
-
hasType
public boolean hasType()
-
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 SafeAuthorizationFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SafeAuthorizationFluent<A>>
-
-