KubectlClient::Get
Class methods
container_runtimes
Sourcematch_pods_by_prefix(pod_name_prefix : String, field_selector : String | Nil = nil, namespace : String | Nil = nil) : Array(String)
TODO (rafal-lal): add spec for this method
pod_ready?(pod_name_prefix : String, field_selector : String | Nil = nil, namespace : String | Nil = nil) : Bool
Sourcepods_by_resource_labels(resource_json : JSON::Any, namespace : String | Nil = nil) : Array(JSON::Any)
TODO: (rafal-lal) if namespace not provided, automatically assume all_namespaces rather than default -> make sure that is the case throughout the codebase
privileged_containers(namespace : String | Nil = nil, all_namespaces : Bool | Nil = true) : Array(JSON::Any)
Sourceresource(kind : String, resource_name : String | Nil = nil, namespace : String | Nil = nil, all_namespaces : Bool = false, field_selector : String | Nil = nil, selector : String | Nil = nil) : JSON::Any
Sourceresource_containers(kind : String, resource_name : String, namespace : String | Nil = nil) : JSON::Any
Sourceresource_map(k8s_manifest, &)
Sourceresource_select(k8s_manifest, &)
Sourceresource_select
Sourceresource_spec_labels(kind : String, resource_name : String, namespace : String | Nil = nil) : JSON::Any
Sourceworker_nodes
Source