Packages:
Resource Types:
Bastion holds details about an SSH bastion for a shoot cluster.
| Field | Description |
|---|---|
metadataObjectMeta |
Refer to the Kubernetes API documentation for the fields of the metadata field.
|
specBastionSpec |
Specification of the Bastion. |
statusBastionStatus |
(Optional)
Most recently observed status of the Bastion. |
(Appears on:BastionSpec)
BastionIngressPolicy represents an ingress policy for SSH bastion hosts.
| Field | Description |
|---|---|
ipBlockIPBlock |
IPBlock defines an IP block that is allowed to access the bastion. |
(Appears on:Bastion)
BastionSpec is the specification of a Bastion.
| Field | Description |
|---|---|
shootRefLocalObjectReference |
ShootRef defines the target shoot for a Bastion. The name field of the ShootRef is immutable. |
seedNamestring |
(Optional)
SeedName is the name of the seed to which this Bastion is currently scheduled. This field is populated |
providerTypestring |
(Optional)
ProviderType is cloud provider used by the referenced Shoot. |
sshPublicKeystring |
SSHPublicKey is the user's public key. This field is immutable. |
ingressBastionIngressPolicy array |
Ingress controls from where the created bastion host should be reachable. |
(Appears on:Bastion)
BastionStatus holds the most recently observed status of the Bastion.
| Field | Description |
|---|---|
ingressLoadBalancerIngress |
(Optional)
Ingress holds the public IP and/or hostname of the bastion instance. |
conditionsCondition array |
(Optional)
Conditions represents the latest available observations of a Bastion's current state. |
lastHeartbeatTimestampTime |
(Optional)
LastHeartbeatTimestamp is the time when the bastion was last marked as |
expirationTimestampTime |
(Optional)
ExpirationTimestamp is the time after which a Bastion is supposed to be |
observedGenerationinteger |
(Optional)
ObservedGeneration is the most recent generation observed for this Bastion. It corresponds to the |