Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.99 KB

V1ImageStreamImage.md

File metadata and controls

129 lines (70 loc) · 3.99 KB

V1ImageStreamImage

Properties

Name Type Description Notes
ApiVersion Pointer to string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources [optional]
Image V1Image
Kind Pointer to string Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds [optional]
Metadata Pointer to V1ObjectMeta [optional]

Methods

NewV1ImageStreamImage

func NewV1ImageStreamImage(image V1Image, ) *V1ImageStreamImage

NewV1ImageStreamImage instantiates a new V1ImageStreamImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewV1ImageStreamImageWithDefaults

func NewV1ImageStreamImageWithDefaults() *V1ImageStreamImage

NewV1ImageStreamImageWithDefaults instantiates a new V1ImageStreamImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetApiVersion

func (o *V1ImageStreamImage) GetApiVersion() string

GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.

GetApiVersionOk

func (o *V1ImageStreamImage) GetApiVersionOk() (*string, bool)

GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApiVersion

func (o *V1ImageStreamImage) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

HasApiVersion

func (o *V1ImageStreamImage) HasApiVersion() bool

HasApiVersion returns a boolean if a field has been set.

GetImage

func (o *V1ImageStreamImage) GetImage() V1Image

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

func (o *V1ImageStreamImage) GetImageOk() (*V1Image, bool)

GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImage

func (o *V1ImageStreamImage) SetImage(v V1Image)

SetImage sets Image field to given value.

GetKind

func (o *V1ImageStreamImage) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *V1ImageStreamImage) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKind

func (o *V1ImageStreamImage) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *V1ImageStreamImage) HasKind() bool

HasKind returns a boolean if a field has been set.

GetMetadata

func (o *V1ImageStreamImage) GetMetadata() V1ObjectMeta

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *V1ImageStreamImage) GetMetadataOk() (*V1ObjectMeta, bool)

GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMetadata

func (o *V1ImageStreamImage) SetMetadata(v V1ObjectMeta)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *V1ImageStreamImage) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]