Package-level declarations
Types
Application is a functional grouping of Services and Workloads that helps achieve a desired end-to-end business functionality. Services and Workloads are owned by the Application.
Application is a functional grouping of Services and Workloads that helps achieve a desired end-to-end business functionality. Services and Workloads are owned by the Application.
Builder for ApplicationArgs.
Builder for Application.
Service is a network/api interface that exposes some functionality to clients for consumption over the network. Service typically has one or more Workloads behind it. It registers identified service to the Application.
Builder for ServiceArgs.
Represents a Service project attachment to the Host Project.
Represents a Service project attachment to the Host Project.
Builder for ServiceProjectAttachmentArgs.
Builder for ServiceProjectAttachment.
Builder for Service.
Workload represents a binary deployment (such as Managed Instance Groups (MIGs), GKE deployments, etc.) that performs the smallest logical subset of business functionality. It registers identified workload to the Application.
Builder for WorkloadArgs.
Builder for Workload.