SharedImage

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string SharedImage
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec SharedImageSpec
status SharedImageStatus

SharedImageSpec

(Appears on:SharedImage, SharedImageStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
description string (Optional)
eula string (Optional)
galleryName string
identifier []SharedImageSpecIdentifier
location string
name string
osType string
privacyStatementURI string (Optional)
releaseNoteURI string (Optional)
resourceGroupName string
tags map[string]string (Optional)

SharedImageSpecIdentifier

(Appears on:SharedImageSpec)
Field Type Description
offer string
publisher string
sku string

SharedImageStatus

(Appears on:SharedImage)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output SharedImageSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)