Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 174 for omitempty (0.09 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/replicaset.go

    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *ReplicaSetSpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *ReplicaSetStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // ReplicaSet constructs an declarative configuration of the ReplicaSet type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulset.go

    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *StatefulSetSpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *StatefulSetStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // StatefulSet constructs an declarative configuration of the StatefulSet type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/controllerrevision.go

    type ControllerRevisionApplyConfiguration struct {
    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Data                             *runtime.RawExtension `json:"data,omitempty"`
    	Revision                         *int64                `json:"revision,omitempty"`
    }
    
    // ControllerRevision constructs an declarative configuration of the ControllerRevision type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicaset.go

    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *ReplicaSetSpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *ReplicaSetStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // ReplicaSet constructs an declarative configuration of the ReplicaSet type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulset.go

    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *StatefulSetSpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *StatefulSetStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // StatefulSet constructs an declarative configuration of the StatefulSet type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/namespace.go

    type NamespaceApplyConfiguration struct {
    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *NamespaceSpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *NamespaceStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // Namespace constructs an declarative configuration of the Namespace type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/node.go

    type NodeApplyConfiguration struct {
    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *NodeSpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *NodeStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // Node constructs an declarative configuration of the Node type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/core/v1/replicationcontroller.go

    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *ReplicationControllerSpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *ReplicationControllerStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // ReplicationController constructs an declarative configuration of the ReplicationController type for use with
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 13K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/job.go

    type JobApplyConfiguration struct {
    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *JobSpecApplyConfiguration   `json:"spec,omitempty"`
    	Status                           *JobStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // Job constructs an declarative configuration of the Job type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversion.go

    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Spec                             *v1alpha1.StorageVersionSpec            `json:"spec,omitempty"`
    	Status                           *StorageVersionStatusApplyConfiguration `json:"status,omitempty"`
    }
    
    // StorageVersion constructs an declarative configuration of the StorageVersion type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.4K bytes
    - Viewed (0)
Back to top