Show / Hide Table of Contents

Class PodResult

Result of evaluating the whole GKE policy for one Pod.

Inheritance
object
PodResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class PodResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageResults

Per-image details.

Declaration
[JsonProperty("imageResults")]
public virtual IList<ImageResult> ImageResults { get; set; }
Property Value
Type Description
IList<ImageResult>

KubernetesNamespace

The Kubernetes namespace of the Pod.

Declaration
[JsonProperty("kubernetesNamespace")]
public virtual string KubernetesNamespace { get; set; }
Property Value
Type Description
string

KubernetesServiceAccount

The Kubernetes service account of the Pod.

Declaration
[JsonProperty("kubernetesServiceAccount")]
public virtual string KubernetesServiceAccount { get; set; }
Property Value
Type Description
string

PodName

The name of the Pod.

Declaration
[JsonProperty("podName")]
public virtual string PodName { get; set; }
Property Value
Type Description
string

Verdict

The result of evaluating this Pod.

Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX