PodNetworkConnectivityCheck Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.
PodNetworkConnectivityCheck Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.
object
spec
Property | Type | Description |
---|---|---|
|
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
|
|
|
Spec defines the source and target of the connectivity check |
|
|
Status contains the observed status of the connectivity check |
Spec defines the source and target of the connectivity check
object
sourcePod
targetEndpoint
Property | Type | Description |
---|---|---|
|
|
SourcePod names the pod from which the condition will be checked |
|
|
EndpointAddress to check. A TCP address of the form host:port. Note that if host is a DNS name, then the check would fail if the DNS name cannot be resolved. Specify an IP address for host to bypass DNS name lookup. |
|
|
TLSClientCert, if specified, references a kubernetes.io/tls type secret with 'tls.crt' and 'tls.key' entries containing an optional TLS client certificate and key to be used when checking endpoints that require a client certificate in order to gracefully preform the scan without causing excessive logging in the endpoint process. The secret must exist in the same namespace as this resource. |
TLSClientCert, if specified, references a kubernetes.io/tls type secret with 'tls.crt' and 'tls.key' entries containing an optional TLS client certificate and key to be used when checking endpoints that require a client certificate in order to gracefully preform the scan without causing excessive logging in the endpoint process. The secret must exist in the same namespace as this resource.
object
name
Property | Type | Description |
---|---|---|
|
|
name is the metadata.name of the referenced secret |
Status contains the observed status of the connectivity check
object
Property | Type | Description |
---|---|---|
|
|
Conditions summarize the status of the check |
|
|
PodNetworkConnectivityCheckCondition represents the overall status of the pod network connectivity. |
|
|
Failures contains logs of unsuccessful check actions |
|
|
LogEntry records events |
|
|
Outages contains logs of time periods of outages |
|
|
OutageEntry records time period of an outage |
|
|
Successes contains logs successful check actions |
|
|
LogEntry records events |
PodNetworkConnectivityCheckCondition represents the overall status of the pod network connectivity.
object
status
type
Property | Type | Description |
---|---|---|
|
`` |
Last time the condition transitioned from one status to another. |
|
|
Message indicating details about last transition in a human readable format. |
|
|
Reason for the condition’s last status transition in a machine readable format. |
|
|
Status of the condition |
|
|
Type of the condition |
LogEntry records events
object
success
Property | Type | Description |
---|---|---|
|
`` |
Latency records how long the action mentioned in the entry took. |
|
|
Message explaining status in a human readable format. |
|
|
Reason for status in a machine readable format. |
|
|
Success indicates if the log entry indicates a success or failure. |
|
`` |
Start time of check action. |
OutageEntry records time period of an outage
object
Property | Type | Description |
---|---|---|
|
`` |
End of outage detected |
|
|
EndLogs contains log entries related to the end of this outage. Should contain the success entry that resolved the outage and possibly a few of the failure log entries that preceded it. |
|
|
LogEntry records events |
|
|
Message summarizes outage details in a human readable format. |
|
`` |
Start of outage detected |
|
|
StartLogs contains log entries related to the start of this outage. Should contain the original failure, any entries where the failure mode changed. |
|
|
LogEntry records events |