public class ACMEChallengeSolverHTTP01GatewayHTTPRoute extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ACMEChallengeSolverHTTP01GatewayHTTPRoute()
No args constructor for use in serialization
|
ACMEChallengeSolverHTTP01GatewayHTTPRoute(Map<String,String> labels,
List<io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.ParentReference> parentRefs,
String serviceType) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getLabels() |
List<io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.ParentReference> |
getParentRefs() |
String |
getServiceType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLabels(Map<String,String> labels) |
void |
setParentRefs(List<io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.ParentReference> parentRefs) |
void |
setServiceType(String serviceType) |
public ACMEChallengeSolverHTTP01GatewayHTTPRoute()
public List<io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.ParentReference> getParentRefs()
public void setParentRefs(List<io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.ParentReference> parentRefs)
public String getServiceType()
public void setServiceType(String serviceType)
Copyright © 2015–2022 Red Hat. All rights reserved.