public class KubernetesDiscoveryProperties.Metadata extends Object
Constructor and Description |
---|
Metadata() |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotationsPrefix() |
String |
getLabelsPrefix() |
String |
getPortsPrefix() |
boolean |
isAddAnnotations() |
boolean |
isAddLabels() |
boolean |
isAddPorts() |
void |
setAddAnnotations(boolean addAnnotations) |
void |
setAddLabels(boolean addLabels) |
void |
setAddPorts(boolean addPorts) |
void |
setAnnotationsPrefix(String annotationsPrefix) |
void |
setLabelsPrefix(String labelsPrefix) |
void |
setPortsPrefix(String portsPrefix) |
String |
toString() |
public boolean isAddLabels()
public void setAddLabels(boolean addLabels)
public String getLabelsPrefix()
public void setLabelsPrefix(String labelsPrefix)
public boolean isAddAnnotations()
public void setAddAnnotations(boolean addAnnotations)
public String getAnnotationsPrefix()
public void setAnnotationsPrefix(String annotationsPrefix)
public boolean isAddPorts()
public void setAddPorts(boolean addPorts)
public String getPortsPrefix()
public void setPortsPrefix(String portsPrefix)
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.