Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for containerImage (0.21 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/containerimage.go

    // with apply.
    type ContainerImageApplyConfiguration struct {
    	Names     []string `json:"names,omitempty"`
    	SizeBytes *int64   `json:"sizeBytes,omitempty"`
    }
    
    // ContainerImageApplyConfiguration constructs an declarative configuration of the ContainerImage type for use with
    // apply.
    func ContainerImage() *ContainerImageApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2K bytes
    - Viewed (0)
Back to top