Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAttachmentDesc ¶
type ServiceAttachmentDesc struct { K8sResource string `json:"k8sResource,omitempty"` K8sCluster string `json:"k8sCluster,omitempty"` }
ServiceAttachmentDesc stores the description for a Service Attachment.
func NewServiceAttachmentDesc ¶ added in v1.13.0
func NewServiceAttachmentDesc(namespace, crName, clusterName, location string, regional bool) ServiceAttachmentDesc
func ServiceAttachmentDescFromString ¶
func ServiceAttachmentDescFromString(descString string) (*ServiceAttachmentDesc, error)
DescriptionFromString gets a Description from string,
func (ServiceAttachmentDesc) String ¶
func (desc ServiceAttachmentDesc) String() string
String returns the string representation of a Description.
Click to show internal directories.
Click to hide internal directories.