public class ReferenceGrantSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ReferenceGrantSpec()
No args constructor for use in serialization
|
ReferenceGrantSpec(List<ReferenceGrantFrom> from,
List<ReferenceGrantTo> to) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<ReferenceGrantFrom> |
getFrom() |
List<ReferenceGrantTo> |
getTo() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFrom(List<ReferenceGrantFrom> from) |
void |
setTo(List<ReferenceGrantTo> to) |
public ReferenceGrantSpec()
public ReferenceGrantSpec(List<ReferenceGrantFrom> from, List<ReferenceGrantTo> to)
from - to - public List<ReferenceGrantFrom> getFrom()
public void setFrom(List<ReferenceGrantFrom> from)
public List<ReferenceGrantTo> getTo()
public void setTo(List<ReferenceGrantTo> to)
Copyright © 2015–2023 Red Hat. All rights reserved.