Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
Workload ServiceWorkload `json:"workload"`
Gvc ServiceGvc `json:"gvc"`
}
type ServiceGvc ¶
type ServiceMap ¶
type ServicePortMap ¶
type ServiceReplica ¶
type ServiceWorkload ¶
type ServiceWorkload struct {
Name string `json:"name"`
CanonicalEndpoint string `json:"canonicalEndpoint"`
PortMap []ServicePortMap `json:"portMap"`
Type ServiceWorkloadType `json:"type,omitempty"`
Replicas []ServiceReplica `json:"replicas,omitempty"`
AgentAccessible bool `json:"agentAccessible,omitempty"`
}
type ServiceWorkloadType ¶
type ServiceWorkloadType string
const ( ServiceWorkloadTypeServerless ServiceWorkloadType = "serverless" ServiceWorkloadTypeStandard ServiceWorkloadType = "standard" ServiceWorkloadTypeCron ServiceWorkloadType = "cron" ServiceWorkloadTypeStateful ServiceWorkloadType = "stateful" ServiceWorkloadTypeVm ServiceWorkloadType = "vm" )
Click to show internal directories.
Click to hide internal directories.