Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ImageReviewStatus (0.26 sec)

  1. common-protos/k8s.io/api/imagepolicy/v1alpha1/generated.proto

      map<string, string> annotations = 2;
    
      // Namespace is the namespace the pod is being created in.
      // +optional
      optional string namespace = 3;
    }
    
    // ImageReviewStatus is the result of the review for the pod creation request.
    message ImageReviewStatus {
      // Allowed indicates that all images were allowed to be run.
      optional bool allowed = 1;
    
      // Reason should be empty unless Allowed is false in which case it
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/imagepolicy/v1alpha1/generated.proto

      map<string, string> annotations = 2;
    
      // Namespace is the namespace the pod is being created in.
      // +optional
      optional string namespace = 3;
    }
    
    // ImageReviewStatus is the result of the review for the pod creation request.
    message ImageReviewStatus {
      // Allowed indicates that all images were allowed to be run.
      optional bool allowed = 1;
    
      // Reason should be empty unless Allowed is false in which case it
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/imagepolicy/v1alpha1/generated.pb.go

    func (m *ImageReviewStatus) Reset()      { *m = ImageReviewStatus{} }
    func (*ImageReviewStatus) ProtoMessage() {}
    func (*ImageReviewStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_7620d1538838ac6f, []int{3}
    }
    func (m *ImageReviewStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ImageReviewStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/imagepolicy/v1alpha1/types.go

    	Image string `json:"image,omitempty" protobuf:"bytes,1,opt,name=image"`
    	// In future, we may add command line overrides, exec health check command lines, and so on.
    }
    
    // ImageReviewStatus is the result of the review for the pod creation request.
    type ImageReviewStatus struct {
    	// Allowed indicates that all images were allowed to be run.
    	Allowed bool `json:"allowed" protobuf:"varint,1,opt,name=allowed"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/imagepolicy/v1alpha1.ImageReviewStatus"),
    						},
    					},
    				},
    				Required: []string{"spec"},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/imagepolicy/v1alpha1.ImageReviewSpec", "k8s.io/api/imagepolicy/v1alpha1.ImageReviewStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top