Get desktop application:
View/edit binary Protocol Buffers messages
InitRequest is the rpc message sent to the Constellation bootstrapper to initiate the cluster bootstrapping.
KmsUri is an URI encoding access to the KMS service or master secret.
StorageUri is an URI encoding access to the storage service.
MeasurementSalt is a salt used to generate the clusterID for the initial bootstrapping node.
KubernetesVersion is the version of Kubernetes to install.
ConformanceMode is a flag to indicate whether the cluster should be bootstrapped for Kubernetes conformance testing.
KubernetesComponents is a list of Kubernetes components to install.
InitSecret is a secret used to authenticate the initial bootstrapping node.
ClusterName is the name of the cluster.
ApiserverCertSans is a list of Subject Alternative Names to add to the apiserver certificate.
ServiceCIDR is the CIDR to use for Kubernetes ClusterIPs.
InitResponse is the rpc message sent by the Constellation bootstrapper in response to the InitRequest.
InitFailureResponse is the rpc message sent by the Constellation bootstrapper in response to the InitRequest when the bootstrapping failed.
Used in:
Error is the error message.
InitSuccessResponse is the rpc message sent by the Constellation bootstrapper in response to the InitRequest when the bootstrapping was successful.
Used in:
Kubeconfig is the kubeconfig for the bootstrapped cluster.
OwnerID is the owner ID of the bootstrapped cluster.
ClusterID is the cluster ID of the bootstrapped cluster.
KubernetesComponent is a Kubernetes component to install.
Url to the component.
Hash of the component.
InstallPath is the path to install the component to.
Extract is a flag to indicate whether the component should be extracted.
LogResponseType is the rpc message sent by the Constellation bootstrapper to stream log messages.
Used in:
Log are the journald logs of the node.