Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deepcopy (0.15 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // items, if empty, will result in an empty slice
    
      repeated string items = 1;
    }
    
    // Event represents a single event to a watched resource.
    //
    // +protobuf=true
    // +k8s:deepcopy-gen=true
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    message WatchEvent {
      optional string type = 1;
    
      // Object is:
      //  * If Type is Added or Modified: the new state of the object.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
Back to top