v1beta1

package
v0.0.123 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2024 License: Apache-2.0 Imports: 27 Imported by: 24

Documentation

Overview

Package v1beta1 is the v1beta1 version of the API.

Index

Constants

View Source
const (
	ProtocolTCP  Protocol = "TCP"
	ProtocolUDP  Protocol = "UDP"
	ProtocolSCTP Protocol = "SCTP"

	CommunicationTypeIngress CommunicationType = "internal"
	CommunicationTypeEgress  CommunicationType = "external"
)
View Source
const (
	// PathTypeExact matches the URL path exactly and with case sensitivity.
	PathTypeExact = PathType("Exact")

	// PathTypePrefix matches based on a URL path prefix split by '/'. Matching
	// is case sensitive and done on a path element by element basis. A path
	// element refers to the list of labels in the path split by the '/'
	// separator. A request is a match for path p if every p is an element-wise
	// prefix of p of the request path. Note that if the last element of the
	// path is a substring of the last element in request path, it is not a
	// match (e.g. /foo/bar matches /foo/bar/baz, but does not match
	// /foo/barbaz). If multiple matching paths exist in an Ingress spec, the
	// longest matching path is given priority.
	// Examples:
	// - /foo/bar does not match requests to /foo/barbaz
	// - /foo/bar matches request to /foo/bar and /foo/bar/baz
	// - /foo and /foo/ both match requests to /foo and /foo/. If both paths are
	//   present in an Ingress spec, the longest matching path (/foo/) is given
	//   priority.
	PathTypePrefix = PathType("Prefix")

	// PathTypeImplementationSpecific matching is up to the IngressClass.
	// Implementations can treat this as a separate PathType or treat it
	// identically to Prefix or Exact path types.
	PathTypeImplementationSpecific = PathType("ImplementationSpecific")
)
View Source
const (
	// IngressClassParametersReferenceScopeNamespace indicates that the
	// referenced Parameters resource is namespace-scoped.
	IngressClassParametersReferenceScopeNamespace = "Namespace"
	// IngressClassParametersReferenceScopeCluster indicates that the
	// referenced Parameters resource is cluster-scoped.
	IngressClassParametersReferenceScopeCluster = "Cluster"
)
View Source
const GroupName = "spdx.softwarecomposition.kubescape.io"

GroupName holds the API group name.

Variables

View Source
var (
	ErrInvalidLengthGenerated        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenerated          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	// SchemeBuilder allows to add this group to a scheme.
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	// AddToScheme adds this group to a scheme.
	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_softwarecomposition_Advisory_To_v1beta1_Advisory

func Convert_softwarecomposition_Advisory_To_v1beta1_Advisory(in *softwarecomposition.Advisory, out *Advisory, s conversion.Scope) error

Convert_softwarecomposition_Advisory_To_v1beta1_Advisory is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationActivityList_To_v1beta1_ApplicationActivityList added in v0.0.22

func Convert_softwarecomposition_ApplicationActivityList_To_v1beta1_ApplicationActivityList(in *softwarecomposition.ApplicationActivityList, out *ApplicationActivityList, s conversion.Scope) error

Convert_softwarecomposition_ApplicationActivityList_To_v1beta1_ApplicationActivityList is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationActivitySpec_To_v1beta1_ApplicationActivitySpec added in v0.0.22

func Convert_softwarecomposition_ApplicationActivitySpec_To_v1beta1_ApplicationActivitySpec(in *softwarecomposition.ApplicationActivitySpec, out *ApplicationActivitySpec, s conversion.Scope) error

Convert_softwarecomposition_ApplicationActivitySpec_To_v1beta1_ApplicationActivitySpec is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationActivityStatus_To_v1beta1_ApplicationActivityStatus added in v0.0.22

func Convert_softwarecomposition_ApplicationActivityStatus_To_v1beta1_ApplicationActivityStatus(in *softwarecomposition.ApplicationActivityStatus, out *ApplicationActivityStatus, s conversion.Scope) error

Convert_softwarecomposition_ApplicationActivityStatus_To_v1beta1_ApplicationActivityStatus is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationActivity_To_v1beta1_ApplicationActivity added in v0.0.22

func Convert_softwarecomposition_ApplicationActivity_To_v1beta1_ApplicationActivity(in *softwarecomposition.ApplicationActivity, out *ApplicationActivity, s conversion.Scope) error

Convert_softwarecomposition_ApplicationActivity_To_v1beta1_ApplicationActivity is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationProfileContainer_To_v1beta1_ApplicationProfileContainer added in v0.0.37

func Convert_softwarecomposition_ApplicationProfileContainer_To_v1beta1_ApplicationProfileContainer(in *softwarecomposition.ApplicationProfileContainer, out *ApplicationProfileContainer, s conversion.Scope) error

Convert_softwarecomposition_ApplicationProfileContainer_To_v1beta1_ApplicationProfileContainer is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationProfileList_To_v1beta1_ApplicationProfileList added in v0.0.22

func Convert_softwarecomposition_ApplicationProfileList_To_v1beta1_ApplicationProfileList(in *softwarecomposition.ApplicationProfileList, out *ApplicationProfileList, s conversion.Scope) error

Convert_softwarecomposition_ApplicationProfileList_To_v1beta1_ApplicationProfileList is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationProfileSpec_To_v1beta1_ApplicationProfileSpec added in v0.0.22

func Convert_softwarecomposition_ApplicationProfileSpec_To_v1beta1_ApplicationProfileSpec(in *softwarecomposition.ApplicationProfileSpec, out *ApplicationProfileSpec, s conversion.Scope) error

Convert_softwarecomposition_ApplicationProfileSpec_To_v1beta1_ApplicationProfileSpec is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationProfileStatus_To_v1beta1_ApplicationProfileStatus added in v0.0.22

func Convert_softwarecomposition_ApplicationProfileStatus_To_v1beta1_ApplicationProfileStatus(in *softwarecomposition.ApplicationProfileStatus, out *ApplicationProfileStatus, s conversion.Scope) error

Convert_softwarecomposition_ApplicationProfileStatus_To_v1beta1_ApplicationProfileStatus is an autogenerated conversion function.

func Convert_softwarecomposition_ApplicationProfile_To_v1beta1_ApplicationProfile added in v0.0.22

func Convert_softwarecomposition_ApplicationProfile_To_v1beta1_ApplicationProfile(in *softwarecomposition.ApplicationProfile, out *ApplicationProfile, s conversion.Scope) error

Convert_softwarecomposition_ApplicationProfile_To_v1beta1_ApplicationProfile is an autogenerated conversion function.

func Convert_softwarecomposition_Arg_To_v1beta1_Arg added in v0.0.89

func Convert_softwarecomposition_Arg_To_v1beta1_Arg(in *softwarecomposition.Arg, out *Arg, s conversion.Scope) error

Convert_softwarecomposition_Arg_To_v1beta1_Arg is an autogenerated conversion function.

func Convert_softwarecomposition_CPE_To_v1beta1_CPE added in v0.0.83

func Convert_softwarecomposition_CPE_To_v1beta1_CPE(in *softwarecomposition.CPE, out *CPE, s conversion.Scope) error

Convert_softwarecomposition_CPE_To_v1beta1_CPE is an autogenerated conversion function.

func Convert_softwarecomposition_Component_To_v1beta1_Component added in v0.0.29

func Convert_softwarecomposition_Component_To_v1beta1_Component(in *softwarecomposition.Component, out *Component, s conversion.Scope) error

Convert_softwarecomposition_Component_To_v1beta1_Component is an autogenerated conversion function.

func Convert_softwarecomposition_Condition_To_v1beta1_Condition added in v0.0.89

func Convert_softwarecomposition_Condition_To_v1beta1_Condition(in *softwarecomposition.Condition, out *Condition, s conversion.Scope) error

Convert_softwarecomposition_Condition_To_v1beta1_Condition is an autogenerated conversion function.

func Convert_softwarecomposition_ConditionedStatus_To_v1beta1_ConditionedStatus added in v0.0.89

func Convert_softwarecomposition_ConditionedStatus_To_v1beta1_ConditionedStatus(in *softwarecomposition.ConditionedStatus, out *ConditionedStatus, s conversion.Scope) error

Convert_softwarecomposition_ConditionedStatus_To_v1beta1_ConditionedStatus is an autogenerated conversion function.

func Convert_softwarecomposition_ConfigurationScanSummaryList_To_v1beta1_ConfigurationScanSummaryList added in v0.0.18

func Convert_softwarecomposition_ConfigurationScanSummaryList_To_v1beta1_ConfigurationScanSummaryList(in *softwarecomposition.ConfigurationScanSummaryList, out *ConfigurationScanSummaryList, s conversion.Scope) error

Convert_softwarecomposition_ConfigurationScanSummaryList_To_v1beta1_ConfigurationScanSummaryList is an autogenerated conversion function.

func Convert_softwarecomposition_ConfigurationScanSummarySpec_To_v1beta1_ConfigurationScanSummarySpec added in v0.0.18

func Convert_softwarecomposition_ConfigurationScanSummarySpec_To_v1beta1_ConfigurationScanSummarySpec(in *softwarecomposition.ConfigurationScanSummarySpec, out *ConfigurationScanSummarySpec, s conversion.Scope) error

Convert_softwarecomposition_ConfigurationScanSummarySpec_To_v1beta1_ConfigurationScanSummarySpec is an autogenerated conversion function.

func Convert_softwarecomposition_ConfigurationScanSummary_To_v1beta1_ConfigurationScanSummary added in v0.0.18

func Convert_softwarecomposition_ConfigurationScanSummary_To_v1beta1_ConfigurationScanSummary(in *softwarecomposition.ConfigurationScanSummary, out *ConfigurationScanSummary, s conversion.Scope) error

Convert_softwarecomposition_ConfigurationScanSummary_To_v1beta1_ConfigurationScanSummary is an autogenerated conversion function.

func Convert_softwarecomposition_ControlSeverity_To_v1beta1_ControlSeverity added in v0.0.16

func Convert_softwarecomposition_ControlSeverity_To_v1beta1_ControlSeverity(in *softwarecomposition.ControlSeverity, out *ControlSeverity, s conversion.Scope) error

Convert_softwarecomposition_ControlSeverity_To_v1beta1_ControlSeverity is an autogenerated conversion function.

func Convert_softwarecomposition_Coordinates_To_v1beta1_Coordinates added in v0.0.42

func Convert_softwarecomposition_Coordinates_To_v1beta1_Coordinates(in *softwarecomposition.Coordinates, out *Coordinates, s conversion.Scope) error

Convert_softwarecomposition_Coordinates_To_v1beta1_Coordinates is an autogenerated conversion function.

func Convert_softwarecomposition_CvssMetrics_To_v1beta1_CvssMetrics

func Convert_softwarecomposition_CvssMetrics_To_v1beta1_CvssMetrics(in *softwarecomposition.CvssMetrics, out *CvssMetrics, s conversion.Scope) error

Convert_softwarecomposition_CvssMetrics_To_v1beta1_CvssMetrics is an autogenerated conversion function.

func Convert_softwarecomposition_Cvss_To_v1beta1_Cvss

func Convert_softwarecomposition_Cvss_To_v1beta1_Cvss(in *softwarecomposition.Cvss, out *Cvss, s conversion.Scope) error

Convert_softwarecomposition_Cvss_To_v1beta1_Cvss is an autogenerated conversion function.

func Convert_softwarecomposition_Descriptor_To_v1beta1_Descriptor

func Convert_softwarecomposition_Descriptor_To_v1beta1_Descriptor(in *softwarecomposition.Descriptor, out *Descriptor, s conversion.Scope) error

Convert_softwarecomposition_Descriptor_To_v1beta1_Descriptor is an autogenerated conversion function.

func Convert_softwarecomposition_Digest_To_v1beta1_Digest added in v0.0.42

func Convert_softwarecomposition_Digest_To_v1beta1_Digest(in *softwarecomposition.Digest, out *Digest, s conversion.Scope) error

Convert_softwarecomposition_Digest_To_v1beta1_Digest is an autogenerated conversion function.

func Convert_softwarecomposition_Distribution_To_v1beta1_Distribution

func Convert_softwarecomposition_Distribution_To_v1beta1_Distribution(in *softwarecomposition.Distribution, out *Distribution, s conversion.Scope) error

Convert_softwarecomposition_Distribution_To_v1beta1_Distribution is an autogenerated conversion function.

func Convert_softwarecomposition_ELFSecurityFeatures_To_v1beta1_ELFSecurityFeatures added in v0.0.83

func Convert_softwarecomposition_ELFSecurityFeatures_To_v1beta1_ELFSecurityFeatures(in *softwarecomposition.ELFSecurityFeatures, out *ELFSecurityFeatures, s conversion.Scope) error

Convert_softwarecomposition_ELFSecurityFeatures_To_v1beta1_ELFSecurityFeatures is an autogenerated conversion function.

func Convert_softwarecomposition_ExecCalls_To_v1beta1_ExecCalls added in v0.0.22

func Convert_softwarecomposition_ExecCalls_To_v1beta1_ExecCalls(in *softwarecomposition.ExecCalls, out *ExecCalls, s conversion.Scope) error

Convert_softwarecomposition_ExecCalls_To_v1beta1_ExecCalls is an autogenerated conversion function.

func Convert_softwarecomposition_Executable_To_v1beta1_Executable added in v0.0.83

func Convert_softwarecomposition_Executable_To_v1beta1_Executable(in *softwarecomposition.Executable, out *Executable, s conversion.Scope) error

Convert_softwarecomposition_Executable_To_v1beta1_Executable is an autogenerated conversion function.

func Convert_softwarecomposition_FileLicenseEvidence_To_v1beta1_FileLicenseEvidence added in v0.0.42

func Convert_softwarecomposition_FileLicenseEvidence_To_v1beta1_FileLicenseEvidence(in *softwarecomposition.FileLicenseEvidence, out *FileLicenseEvidence, s conversion.Scope) error

Convert_softwarecomposition_FileLicenseEvidence_To_v1beta1_FileLicenseEvidence is an autogenerated conversion function.

func Convert_softwarecomposition_FileLicense_To_v1beta1_FileLicense added in v0.0.42

func Convert_softwarecomposition_FileLicense_To_v1beta1_FileLicense(in *softwarecomposition.FileLicense, out *FileLicense, s conversion.Scope) error

Convert_softwarecomposition_FileLicense_To_v1beta1_FileLicense is an autogenerated conversion function.

func Convert_softwarecomposition_FileMetadataEntry_To_v1beta1_FileMetadataEntry added in v0.0.42

func Convert_softwarecomposition_FileMetadataEntry_To_v1beta1_FileMetadataEntry(in *softwarecomposition.FileMetadataEntry, out *FileMetadataEntry, s conversion.Scope) error

Convert_softwarecomposition_FileMetadataEntry_To_v1beta1_FileMetadataEntry is an autogenerated conversion function.

func Convert_softwarecomposition_Fix_To_v1beta1_Fix

func Convert_softwarecomposition_Fix_To_v1beta1_Fix(in *softwarecomposition.Fix, out *Fix, s conversion.Scope) error

Convert_softwarecomposition_Fix_To_v1beta1_Fix is an autogenerated conversion function.

func Convert_softwarecomposition_GeneratedNetworkPolicyList_To_v1beta1_GeneratedNetworkPolicyList added in v0.0.33

func Convert_softwarecomposition_GeneratedNetworkPolicyList_To_v1beta1_GeneratedNetworkPolicyList(in *softwarecomposition.GeneratedNetworkPolicyList, out *GeneratedNetworkPolicyList, s conversion.Scope) error

Convert_softwarecomposition_GeneratedNetworkPolicyList_To_v1beta1_GeneratedNetworkPolicyList is an autogenerated conversion function.

func Convert_softwarecomposition_GeneratedNetworkPolicy_To_v1beta1_GeneratedNetworkPolicy added in v0.0.33

func Convert_softwarecomposition_GeneratedNetworkPolicy_To_v1beta1_GeneratedNetworkPolicy(in *softwarecomposition.GeneratedNetworkPolicy, out *GeneratedNetworkPolicy, s conversion.Scope) error

Convert_softwarecomposition_GeneratedNetworkPolicy_To_v1beta1_GeneratedNetworkPolicy is an autogenerated conversion function.

func Convert_softwarecomposition_GrypeDocument_To_v1beta1_GrypeDocument

func Convert_softwarecomposition_GrypeDocument_To_v1beta1_GrypeDocument(in *softwarecomposition.GrypeDocument, out *GrypeDocument, s conversion.Scope) error

Convert_softwarecomposition_GrypeDocument_To_v1beta1_GrypeDocument is an autogenerated conversion function.

func Convert_softwarecomposition_GrypePackage_To_v1beta1_GrypePackage

func Convert_softwarecomposition_GrypePackage_To_v1beta1_GrypePackage(in *softwarecomposition.GrypePackage, out *GrypePackage, s conversion.Scope) error

Convert_softwarecomposition_GrypePackage_To_v1beta1_GrypePackage is an autogenerated conversion function.

func Convert_softwarecomposition_HTTPEndpoint_To_v1beta1_HTTPEndpoint added in v0.0.117

func Convert_softwarecomposition_HTTPEndpoint_To_v1beta1_HTTPEndpoint(in *softwarecomposition.HTTPEndpoint, out *HTTPEndpoint, s conversion.Scope) error

Convert_softwarecomposition_HTTPEndpoint_To_v1beta1_HTTPEndpoint is an autogenerated conversion function.

func Convert_softwarecomposition_HTTPIngressPath_To_v1beta1_HTTPIngressPath added in v0.0.33

func Convert_softwarecomposition_HTTPIngressPath_To_v1beta1_HTTPIngressPath(in *softwarecomposition.HTTPIngressPath, out *HTTPIngressPath, s conversion.Scope) error

Convert_softwarecomposition_HTTPIngressPath_To_v1beta1_HTTPIngressPath is an autogenerated conversion function.

func Convert_softwarecomposition_HTTPIngressRuleValue_To_v1beta1_HTTPIngressRuleValue added in v0.0.33

func Convert_softwarecomposition_HTTPIngressRuleValue_To_v1beta1_HTTPIngressRuleValue(in *softwarecomposition.HTTPIngressRuleValue, out *HTTPIngressRuleValue, s conversion.Scope) error

Convert_softwarecomposition_HTTPIngressRuleValue_To_v1beta1_HTTPIngressRuleValue is an autogenerated conversion function.

func Convert_softwarecomposition_IPBlock_To_v1beta1_IPBlock added in v0.0.33

func Convert_softwarecomposition_IPBlock_To_v1beta1_IPBlock(in *softwarecomposition.IPBlock, out *IPBlock, s conversion.Scope) error

Convert_softwarecomposition_IPBlock_To_v1beta1_IPBlock is an autogenerated conversion function.

func Convert_softwarecomposition_IgnoreRulePackage_To_v1beta1_IgnoreRulePackage

func Convert_softwarecomposition_IgnoreRulePackage_To_v1beta1_IgnoreRulePackage(in *softwarecomposition.IgnoreRulePackage, out *IgnoreRulePackage, s conversion.Scope) error

Convert_softwarecomposition_IgnoreRulePackage_To_v1beta1_IgnoreRulePackage is an autogenerated conversion function.

func Convert_softwarecomposition_IgnoreRule_To_v1beta1_IgnoreRule

func Convert_softwarecomposition_IgnoreRule_To_v1beta1_IgnoreRule(in *softwarecomposition.IgnoreRule, out *IgnoreRule, s conversion.Scope) error

Convert_softwarecomposition_IgnoreRule_To_v1beta1_IgnoreRule is an autogenerated conversion function.

func Convert_softwarecomposition_IgnoredMatch_To_v1beta1_IgnoredMatch

func Convert_softwarecomposition_IgnoredMatch_To_v1beta1_IgnoredMatch(in *softwarecomposition.IgnoredMatch, out *IgnoredMatch, s conversion.Scope) error

Convert_softwarecomposition_IgnoredMatch_To_v1beta1_IgnoredMatch is an autogenerated conversion function.

func Convert_softwarecomposition_IngressBackend_To_v1beta1_IngressBackend added in v0.0.33

func Convert_softwarecomposition_IngressBackend_To_v1beta1_IngressBackend(in *softwarecomposition.IngressBackend, out *IngressBackend, s conversion.Scope) error

Convert_softwarecomposition_IngressBackend_To_v1beta1_IngressBackend is an autogenerated conversion function.

func Convert_softwarecomposition_IngressClassList_To_v1beta1_IngressClassList added in v0.0.33

func Convert_softwarecomposition_IngressClassList_To_v1beta1_IngressClassList(in *softwarecomposition.IngressClassList, out *IngressClassList, s conversion.Scope) error

Convert_softwarecomposition_IngressClassList_To_v1beta1_IngressClassList is an autogenerated conversion function.

func Convert_softwarecomposition_IngressClassParametersReference_To_v1beta1_IngressClassParametersReference added in v0.0.33

func Convert_softwarecomposition_IngressClassParametersReference_To_v1beta1_IngressClassParametersReference(in *softwarecomposition.IngressClassParametersReference, out *IngressClassParametersReference, s conversion.Scope) error

Convert_softwarecomposition_IngressClassParametersReference_To_v1beta1_IngressClassParametersReference is an autogenerated conversion function.

func Convert_softwarecomposition_IngressClassSpec_To_v1beta1_IngressClassSpec added in v0.0.33

func Convert_softwarecomposition_IngressClassSpec_To_v1beta1_IngressClassSpec(in *softwarecomposition.IngressClassSpec, out *IngressClassSpec, s conversion.Scope) error

Convert_softwarecomposition_IngressClassSpec_To_v1beta1_IngressClassSpec is an autogenerated conversion function.

func Convert_softwarecomposition_IngressClass_To_v1beta1_IngressClass added in v0.0.33

func Convert_softwarecomposition_IngressClass_To_v1beta1_IngressClass(in *softwarecomposition.IngressClass, out *IngressClass, s conversion.Scope) error

Convert_softwarecomposition_IngressClass_To_v1beta1_IngressClass is an autogenerated conversion function.

func Convert_softwarecomposition_IngressList_To_v1beta1_IngressList added in v0.0.33

func Convert_softwarecomposition_IngressList_To_v1beta1_IngressList(in *softwarecomposition.IngressList, out *IngressList, s conversion.Scope) error

Convert_softwarecomposition_IngressList_To_v1beta1_IngressList is an autogenerated conversion function.

func Convert_softwarecomposition_IngressLoadBalancerIngress_To_v1beta1_IngressLoadBalancerIngress added in v0.0.33

func Convert_softwarecomposition_IngressLoadBalancerIngress_To_v1beta1_IngressLoadBalancerIngress(in *softwarecomposition.IngressLoadBalancerIngress, out *IngressLoadBalancerIngress, s conversion.Scope) error

Convert_softwarecomposition_IngressLoadBalancerIngress_To_v1beta1_IngressLoadBalancerIngress is an autogenerated conversion function.

func Convert_softwarecomposition_IngressLoadBalancerStatus_To_v1beta1_IngressLoadBalancerStatus added in v0.0.33

func Convert_softwarecomposition_IngressLoadBalancerStatus_To_v1beta1_IngressLoadBalancerStatus(in *softwarecomposition.IngressLoadBalancerStatus, out *IngressLoadBalancerStatus, s conversion.Scope) error

Convert_softwarecomposition_IngressLoadBalancerStatus_To_v1beta1_IngressLoadBalancerStatus is an autogenerated conversion function.

func Convert_softwarecomposition_IngressPortStatus_To_v1beta1_IngressPortStatus added in v0.0.33

func Convert_softwarecomposition_IngressPortStatus_To_v1beta1_IngressPortStatus(in *softwarecomposition.IngressPortStatus, out *IngressPortStatus, s conversion.Scope) error

Convert_softwarecomposition_IngressPortStatus_To_v1beta1_IngressPortStatus is an autogenerated conversion function.

func Convert_softwarecomposition_IngressRuleValue_To_v1beta1_IngressRuleValue added in v0.0.33

func Convert_softwarecomposition_IngressRuleValue_To_v1beta1_IngressRuleValue(in *softwarecomposition.IngressRuleValue, out *IngressRuleValue, s conversion.Scope) error

Convert_softwarecomposition_IngressRuleValue_To_v1beta1_IngressRuleValue is an autogenerated conversion function.

func Convert_softwarecomposition_IngressRule_To_v1beta1_IngressRule added in v0.0.33

func Convert_softwarecomposition_IngressRule_To_v1beta1_IngressRule(in *softwarecomposition.IngressRule, out *IngressRule, s conversion.Scope) error

Convert_softwarecomposition_IngressRule_To_v1beta1_IngressRule is an autogenerated conversion function.

func Convert_softwarecomposition_IngressServiceBackend_To_v1beta1_IngressServiceBackend added in v0.0.33

func Convert_softwarecomposition_IngressServiceBackend_To_v1beta1_IngressServiceBackend(in *softwarecomposition.IngressServiceBackend, out *IngressServiceBackend, s conversion.Scope) error

Convert_softwarecomposition_IngressServiceBackend_To_v1beta1_IngressServiceBackend is an autogenerated conversion function.

func Convert_softwarecomposition_IngressSpec_To_v1beta1_IngressSpec added in v0.0.33

func Convert_softwarecomposition_IngressSpec_To_v1beta1_IngressSpec(in *softwarecomposition.IngressSpec, out *IngressSpec, s conversion.Scope) error

Convert_softwarecomposition_IngressSpec_To_v1beta1_IngressSpec is an autogenerated conversion function.

func Convert_softwarecomposition_IngressStatus_To_v1beta1_IngressStatus added in v0.0.33

func Convert_softwarecomposition_IngressStatus_To_v1beta1_IngressStatus(in *softwarecomposition.IngressStatus, out *IngressStatus, s conversion.Scope) error

Convert_softwarecomposition_IngressStatus_To_v1beta1_IngressStatus is an autogenerated conversion function.

func Convert_softwarecomposition_IngressTLS_To_v1beta1_IngressTLS added in v0.0.33

func Convert_softwarecomposition_IngressTLS_To_v1beta1_IngressTLS(in *softwarecomposition.IngressTLS, out *IngressTLS, s conversion.Scope) error

Convert_softwarecomposition_IngressTLS_To_v1beta1_IngressTLS is an autogenerated conversion function.

func Convert_softwarecomposition_Ingress_To_v1beta1_Ingress added in v0.0.33

func Convert_softwarecomposition_Ingress_To_v1beta1_Ingress(in *softwarecomposition.Ingress, out *Ingress, s conversion.Scope) error

Convert_softwarecomposition_Ingress_To_v1beta1_Ingress is an autogenerated conversion function.

func Convert_softwarecomposition_KnownServerEntry_To_v1beta1_KnownServerEntry added in v0.0.42

func Convert_softwarecomposition_KnownServerEntry_To_v1beta1_KnownServerEntry(in *softwarecomposition.KnownServerEntry, out *KnownServerEntry, s conversion.Scope) error

Convert_softwarecomposition_KnownServerEntry_To_v1beta1_KnownServerEntry is an autogenerated conversion function.

func Convert_softwarecomposition_KnownServerList_To_v1beta1_KnownServerList added in v0.0.42

func Convert_softwarecomposition_KnownServerList_To_v1beta1_KnownServerList(in *softwarecomposition.KnownServerList, out *KnownServerList, s conversion.Scope) error

Convert_softwarecomposition_KnownServerList_To_v1beta1_KnownServerList is an autogenerated conversion function.

func Convert_softwarecomposition_KnownServer_To_v1beta1_KnownServer added in v0.0.42

func Convert_softwarecomposition_KnownServer_To_v1beta1_KnownServer(in *softwarecomposition.KnownServer, out *KnownServer, s conversion.Scope) error

Convert_softwarecomposition_KnownServer_To_v1beta1_KnownServer is an autogenerated conversion function.

func Convert_softwarecomposition_License_To_v1beta1_License added in v0.0.42

func Convert_softwarecomposition_License_To_v1beta1_License(in *softwarecomposition.License, out *License, s conversion.Scope) error

Convert_softwarecomposition_License_To_v1beta1_License is an autogenerated conversion function.

func Convert_softwarecomposition_LinuxRelease_To_v1beta1_LinuxRelease added in v0.0.42

func Convert_softwarecomposition_LinuxRelease_To_v1beta1_LinuxRelease(in *softwarecomposition.LinuxRelease, out *LinuxRelease, s conversion.Scope) error

Convert_softwarecomposition_LinuxRelease_To_v1beta1_LinuxRelease is an autogenerated conversion function.

func Convert_softwarecomposition_LocationData_To_v1beta1_LocationData added in v0.0.42

func Convert_softwarecomposition_LocationData_To_v1beta1_LocationData(in *softwarecomposition.LocationData, out *LocationData, s conversion.Scope) error

Convert_softwarecomposition_LocationData_To_v1beta1_LocationData is an autogenerated conversion function.

func Convert_softwarecomposition_LocationMetadata_To_v1beta1_LocationMetadata added in v0.0.42

func Convert_softwarecomposition_LocationMetadata_To_v1beta1_LocationMetadata(in *softwarecomposition.LocationMetadata, out *LocationMetadata, s conversion.Scope) error

Convert_softwarecomposition_LocationMetadata_To_v1beta1_LocationMetadata is an autogenerated conversion function.

func Convert_softwarecomposition_Location_To_v1beta1_Location added in v0.0.42

func Convert_softwarecomposition_Location_To_v1beta1_Location(in *softwarecomposition.Location, out *Location, s conversion.Scope) error

Convert_softwarecomposition_Location_To_v1beta1_Location is an autogenerated conversion function.

func Convert_softwarecomposition_MatchDetails_To_v1beta1_MatchDetails

func Convert_softwarecomposition_MatchDetails_To_v1beta1_MatchDetails(in *softwarecomposition.MatchDetails, out *MatchDetails, s conversion.Scope) error

Convert_softwarecomposition_MatchDetails_To_v1beta1_MatchDetails is an autogenerated conversion function.

func Convert_softwarecomposition_Match_To_v1beta1_Match

func Convert_softwarecomposition_Match_To_v1beta1_Match(in *softwarecomposition.Match, out *Match, s conversion.Scope) error

Convert_softwarecomposition_Match_To_v1beta1_Match is an autogenerated conversion function.

func Convert_softwarecomposition_Metadata_To_v1beta1_Metadata added in v0.0.29

func Convert_softwarecomposition_Metadata_To_v1beta1_Metadata(in *softwarecomposition.Metadata, out *Metadata, s conversion.Scope) error

Convert_softwarecomposition_Metadata_To_v1beta1_Metadata is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkNeighbor_To_v1beta1_NetworkNeighbor added in v0.0.33

func Convert_softwarecomposition_NetworkNeighbor_To_v1beta1_NetworkNeighbor(in *softwarecomposition.NetworkNeighbor, out *NetworkNeighbor, s conversion.Scope) error

Convert_softwarecomposition_NetworkNeighbor_To_v1beta1_NetworkNeighbor is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkNeighborhoodContainer_To_v1beta1_NetworkNeighborhoodContainer added in v0.0.81

func Convert_softwarecomposition_NetworkNeighborhoodContainer_To_v1beta1_NetworkNeighborhoodContainer(in *softwarecomposition.NetworkNeighborhoodContainer, out *NetworkNeighborhoodContainer, s conversion.Scope) error

Convert_softwarecomposition_NetworkNeighborhoodContainer_To_v1beta1_NetworkNeighborhoodContainer is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkNeighborhoodList_To_v1beta1_NetworkNeighborhoodList added in v0.0.81

func Convert_softwarecomposition_NetworkNeighborhoodList_To_v1beta1_NetworkNeighborhoodList(in *softwarecomposition.NetworkNeighborhoodList, out *NetworkNeighborhoodList, s conversion.Scope) error

Convert_softwarecomposition_NetworkNeighborhoodList_To_v1beta1_NetworkNeighborhoodList is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkNeighborhoodSpec_To_v1beta1_NetworkNeighborhoodSpec added in v0.0.81

func Convert_softwarecomposition_NetworkNeighborhoodSpec_To_v1beta1_NetworkNeighborhoodSpec(in *softwarecomposition.NetworkNeighborhoodSpec, out *NetworkNeighborhoodSpec, s conversion.Scope) error

Convert_softwarecomposition_NetworkNeighborhoodSpec_To_v1beta1_NetworkNeighborhoodSpec is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkNeighborhood_To_v1beta1_NetworkNeighborhood added in v0.0.81

func Convert_softwarecomposition_NetworkNeighborhood_To_v1beta1_NetworkNeighborhood(in *softwarecomposition.NetworkNeighborhood, out *NetworkNeighborhood, s conversion.Scope) error

Convert_softwarecomposition_NetworkNeighborhood_To_v1beta1_NetworkNeighborhood is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkNeighborsList_To_v1beta1_NetworkNeighborsList added in v0.0.33

func Convert_softwarecomposition_NetworkNeighborsList_To_v1beta1_NetworkNeighborsList(in *softwarecomposition.NetworkNeighborsList, out *NetworkNeighborsList, s conversion.Scope) error

Convert_softwarecomposition_NetworkNeighborsList_To_v1beta1_NetworkNeighborsList is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkNeighborsSpec_To_v1beta1_NetworkNeighborsSpec added in v0.0.33

func Convert_softwarecomposition_NetworkNeighborsSpec_To_v1beta1_NetworkNeighborsSpec(in *softwarecomposition.NetworkNeighborsSpec, out *NetworkNeighborsSpec, s conversion.Scope) error

Convert_softwarecomposition_NetworkNeighborsSpec_To_v1beta1_NetworkNeighborsSpec is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkNeighbors_To_v1beta1_NetworkNeighbors added in v0.0.33

func Convert_softwarecomposition_NetworkNeighbors_To_v1beta1_NetworkNeighbors(in *softwarecomposition.NetworkNeighbors, out *NetworkNeighbors, s conversion.Scope) error

Convert_softwarecomposition_NetworkNeighbors_To_v1beta1_NetworkNeighbors is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPolicyEgressRule_To_v1beta1_NetworkPolicyEgressRule added in v0.0.33

func Convert_softwarecomposition_NetworkPolicyEgressRule_To_v1beta1_NetworkPolicyEgressRule(in *softwarecomposition.NetworkPolicyEgressRule, out *NetworkPolicyEgressRule, s conversion.Scope) error

Convert_softwarecomposition_NetworkPolicyEgressRule_To_v1beta1_NetworkPolicyEgressRule is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule added in v0.0.33

func Convert_softwarecomposition_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule(in *softwarecomposition.NetworkPolicyIngressRule, out *NetworkPolicyIngressRule, s conversion.Scope) error

Convert_softwarecomposition_NetworkPolicyIngressRule_To_v1beta1_NetworkPolicyIngressRule is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPolicyList_To_v1beta1_NetworkPolicyList added in v0.0.33

func Convert_softwarecomposition_NetworkPolicyList_To_v1beta1_NetworkPolicyList(in *softwarecomposition.NetworkPolicyList, out *NetworkPolicyList, s conversion.Scope) error

Convert_softwarecomposition_NetworkPolicyList_To_v1beta1_NetworkPolicyList is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer added in v0.0.33

func Convert_softwarecomposition_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer(in *softwarecomposition.NetworkPolicyPeer, out *NetworkPolicyPeer, s conversion.Scope) error

Convert_softwarecomposition_NetworkPolicyPeer_To_v1beta1_NetworkPolicyPeer is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort added in v0.0.33

func Convert_softwarecomposition_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort(in *softwarecomposition.NetworkPolicyPort, out *NetworkPolicyPort, s conversion.Scope) error

Convert_softwarecomposition_NetworkPolicyPort_To_v1beta1_NetworkPolicyPort is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec added in v0.0.33

func Convert_softwarecomposition_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec(in *softwarecomposition.NetworkPolicySpec, out *NetworkPolicySpec, s conversion.Scope) error

Convert_softwarecomposition_NetworkPolicySpec_To_v1beta1_NetworkPolicySpec is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPolicyStatus_To_v1beta1_NetworkPolicyStatus added in v0.0.33

func Convert_softwarecomposition_NetworkPolicyStatus_To_v1beta1_NetworkPolicyStatus(in *softwarecomposition.NetworkPolicyStatus, out *NetworkPolicyStatus, s conversion.Scope) error

Convert_softwarecomposition_NetworkPolicyStatus_To_v1beta1_NetworkPolicyStatus is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPolicy_To_v1beta1_NetworkPolicy added in v0.0.33

func Convert_softwarecomposition_NetworkPolicy_To_v1beta1_NetworkPolicy(in *softwarecomposition.NetworkPolicy, out *NetworkPolicy, s conversion.Scope) error

Convert_softwarecomposition_NetworkPolicy_To_v1beta1_NetworkPolicy is an autogenerated conversion function.

func Convert_softwarecomposition_NetworkPort_To_v1beta1_NetworkPort added in v0.0.33

func Convert_softwarecomposition_NetworkPort_To_v1beta1_NetworkPort(in *softwarecomposition.NetworkPort, out *NetworkPort, s conversion.Scope) error

Convert_softwarecomposition_NetworkPort_To_v1beta1_NetworkPort is an autogenerated conversion function.

func Convert_softwarecomposition_OpenCalls_To_v1beta1_OpenCalls added in v0.0.22

func Convert_softwarecomposition_OpenCalls_To_v1beta1_OpenCalls(in *softwarecomposition.OpenCalls, out *OpenCalls, s conversion.Scope) error

Convert_softwarecomposition_OpenCalls_To_v1beta1_OpenCalls is an autogenerated conversion function.

func Convert_softwarecomposition_OpenVulnerabilityExchangeContainerList_To_v1beta1_OpenVulnerabilityExchangeContainerList added in v0.0.29

func Convert_softwarecomposition_OpenVulnerabilityExchangeContainerList_To_v1beta1_OpenVulnerabilityExchangeContainerList(in *softwarecomposition.OpenVulnerabilityExchangeContainerList, out *OpenVulnerabilityExchangeContainerList, s conversion.Scope) error

Convert_softwarecomposition_OpenVulnerabilityExchangeContainerList_To_v1beta1_OpenVulnerabilityExchangeContainerList is an autogenerated conversion function.

func Convert_softwarecomposition_OpenVulnerabilityExchangeContainer_To_v1beta1_OpenVulnerabilityExchangeContainer added in v0.0.29

func Convert_softwarecomposition_OpenVulnerabilityExchangeContainer_To_v1beta1_OpenVulnerabilityExchangeContainer(in *softwarecomposition.OpenVulnerabilityExchangeContainer, out *OpenVulnerabilityExchangeContainer, s conversion.Scope) error

Convert_softwarecomposition_OpenVulnerabilityExchangeContainer_To_v1beta1_OpenVulnerabilityExchangeContainer is an autogenerated conversion function.

func Convert_softwarecomposition_PackageBasicDataV01011_To_v1beta1_PackageBasicDataV01011 added in v0.0.89

func Convert_softwarecomposition_PackageBasicDataV01011_To_v1beta1_PackageBasicDataV01011(in *softwarecomposition.PackageBasicDataV01011, out *PackageBasicDataV01011, s conversion.Scope) error

Convert_softwarecomposition_PackageBasicDataV01011_To_v1beta1_PackageBasicDataV01011 is an autogenerated conversion function.

func Convert_softwarecomposition_PackageBasicData_To_v1beta1_PackageBasicData added in v0.0.42

func Convert_softwarecomposition_PackageBasicData_To_v1beta1_PackageBasicData(in *softwarecomposition.PackageBasicData, out *PackageBasicData, s conversion.Scope) error

Convert_softwarecomposition_PackageBasicData_To_v1beta1_PackageBasicData is an autogenerated conversion function.

func Convert_softwarecomposition_PackageCustomData_To_v1beta1_PackageCustomData added in v0.0.42

func Convert_softwarecomposition_PackageCustomData_To_v1beta1_PackageCustomData(in *softwarecomposition.PackageCustomData, out *PackageCustomData, s conversion.Scope) error

Convert_softwarecomposition_PackageCustomData_To_v1beta1_PackageCustomData is an autogenerated conversion function.

func Convert_softwarecomposition_PolicyRef_To_v1beta1_PolicyRef added in v0.0.33

func Convert_softwarecomposition_PolicyRef_To_v1beta1_PolicyRef(in *softwarecomposition.PolicyRef, out *PolicyRef, s conversion.Scope) error

Convert_softwarecomposition_PolicyRef_To_v1beta1_PolicyRef is an autogenerated conversion function.

func Convert_softwarecomposition_Product_To_v1beta1_Product added in v0.0.29

func Convert_softwarecomposition_Product_To_v1beta1_Product(in *softwarecomposition.Product, out *Product, s conversion.Scope) error

Convert_softwarecomposition_Product_To_v1beta1_Product is an autogenerated conversion function.

func Convert_softwarecomposition_ReportMeta_To_v1beta1_ReportMeta

func Convert_softwarecomposition_ReportMeta_To_v1beta1_ReportMeta(in *softwarecomposition.ReportMeta, out *ReportMeta, s conversion.Scope) error

Convert_softwarecomposition_ReportMeta_To_v1beta1_ReportMeta is an autogenerated conversion function.

func Convert_softwarecomposition_RulePath_To_v1beta1_RulePath added in v0.0.16

func Convert_softwarecomposition_RulePath_To_v1beta1_RulePath(in *softwarecomposition.RulePath, out *RulePath, s conversion.Scope) error

Convert_softwarecomposition_RulePath_To_v1beta1_RulePath is an autogenerated conversion function.

func Convert_softwarecomposition_RuleStatus_To_v1beta1_RuleStatus added in v0.0.16

func Convert_softwarecomposition_RuleStatus_To_v1beta1_RuleStatus(in *softwarecomposition.RuleStatus, out *RuleStatus, s conversion.Scope) error

Convert_softwarecomposition_RuleStatus_To_v1beta1_RuleStatus is an autogenerated conversion function.

func Convert_softwarecomposition_SBOMSyftFilteredList_To_v1beta1_SBOMSyftFilteredList added in v0.0.42

func Convert_softwarecomposition_SBOMSyftFilteredList_To_v1beta1_SBOMSyftFilteredList(in *softwarecomposition.SBOMSyftFilteredList, out *SBOMSyftFilteredList, s conversion.Scope) error

Convert_softwarecomposition_SBOMSyftFilteredList_To_v1beta1_SBOMSyftFilteredList is an autogenerated conversion function.

func Convert_softwarecomposition_SBOMSyftFiltered_To_v1beta1_SBOMSyftFiltered added in v0.0.42

func Convert_softwarecomposition_SBOMSyftFiltered_To_v1beta1_SBOMSyftFiltered(in *softwarecomposition.SBOMSyftFiltered, out *SBOMSyftFiltered, s conversion.Scope) error

Convert_softwarecomposition_SBOMSyftFiltered_To_v1beta1_SBOMSyftFiltered is an autogenerated conversion function.

func Convert_softwarecomposition_SBOMSyftList_To_v1beta1_SBOMSyftList added in v0.0.42

func Convert_softwarecomposition_SBOMSyftList_To_v1beta1_SBOMSyftList(in *softwarecomposition.SBOMSyftList, out *SBOMSyftList, s conversion.Scope) error

Convert_softwarecomposition_SBOMSyftList_To_v1beta1_SBOMSyftList is an autogenerated conversion function.

func Convert_softwarecomposition_SBOMSyftSpec_To_v1beta1_SBOMSyftSpec added in v0.0.42

func Convert_softwarecomposition_SBOMSyftSpec_To_v1beta1_SBOMSyftSpec(in *softwarecomposition.SBOMSyftSpec, out *SBOMSyftSpec, s conversion.Scope) error

Convert_softwarecomposition_SBOMSyftSpec_To_v1beta1_SBOMSyftSpec is an autogenerated conversion function.

func Convert_softwarecomposition_SBOMSyftStatus_To_v1beta1_SBOMSyftStatus added in v0.0.42

func Convert_softwarecomposition_SBOMSyftStatus_To_v1beta1_SBOMSyftStatus(in *softwarecomposition.SBOMSyftStatus, out *SBOMSyftStatus, s conversion.Scope) error

Convert_softwarecomposition_SBOMSyftStatus_To_v1beta1_SBOMSyftStatus is an autogenerated conversion function.

func Convert_softwarecomposition_SBOMSyft_To_v1beta1_SBOMSyft added in v0.0.42

func Convert_softwarecomposition_SBOMSyft_To_v1beta1_SBOMSyft(in *softwarecomposition.SBOMSyft, out *SBOMSyft, s conversion.Scope) error

Convert_softwarecomposition_SBOMSyft_To_v1beta1_SBOMSyft is an autogenerated conversion function.

func Convert_softwarecomposition_SPDXMeta_To_v1beta1_SPDXMeta

func Convert_softwarecomposition_SPDXMeta_To_v1beta1_SPDXMeta(in *softwarecomposition.SPDXMeta, out *SPDXMeta, s conversion.Scope) error

Convert_softwarecomposition_SPDXMeta_To_v1beta1_SPDXMeta is an autogenerated conversion function.

func Convert_softwarecomposition_ScannedControlRule_To_v1beta1_ScannedControlRule added in v0.0.16

func Convert_softwarecomposition_ScannedControlRule_To_v1beta1_ScannedControlRule(in *softwarecomposition.ScannedControlRule, out *ScannedControlRule, s conversion.Scope) error

Convert_softwarecomposition_ScannedControlRule_To_v1beta1_ScannedControlRule is an autogenerated conversion function.

func Convert_softwarecomposition_ScannedControlStatus_To_v1beta1_ScannedControlStatus added in v0.0.16

func Convert_softwarecomposition_ScannedControlStatus_To_v1beta1_ScannedControlStatus(in *softwarecomposition.ScannedControlStatus, out *ScannedControlStatus, s conversion.Scope) error

Convert_softwarecomposition_ScannedControlStatus_To_v1beta1_ScannedControlStatus is an autogenerated conversion function.

func Convert_softwarecomposition_ScannedControlSummary_To_v1beta1_ScannedControlSummary added in v0.0.16

func Convert_softwarecomposition_ScannedControlSummary_To_v1beta1_ScannedControlSummary(in *softwarecomposition.ScannedControlSummary, out *ScannedControlSummary, s conversion.Scope) error

Convert_softwarecomposition_ScannedControlSummary_To_v1beta1_ScannedControlSummary is an autogenerated conversion function.

func Convert_softwarecomposition_ScannedControl_To_v1beta1_ScannedControl added in v0.0.16

func Convert_softwarecomposition_ScannedControl_To_v1beta1_ScannedControl(in *softwarecomposition.ScannedControl, out *ScannedControl, s conversion.Scope) error

Convert_softwarecomposition_ScannedControl_To_v1beta1_ScannedControl is an autogenerated conversion function.

func Convert_softwarecomposition_Schema_To_v1beta1_Schema added in v0.0.42

func Convert_softwarecomposition_Schema_To_v1beta1_Schema(in *softwarecomposition.Schema, out *Schema, s conversion.Scope) error

Convert_softwarecomposition_Schema_To_v1beta1_Schema is an autogenerated conversion function.

func Convert_softwarecomposition_SeccompProfileList_To_v1beta1_SeccompProfileList added in v0.0.89

func Convert_softwarecomposition_SeccompProfileList_To_v1beta1_SeccompProfileList(in *softwarecomposition.SeccompProfileList, out *SeccompProfileList, s conversion.Scope) error

Convert_softwarecomposition_SeccompProfileList_To_v1beta1_SeccompProfileList is an autogenerated conversion function.

func Convert_softwarecomposition_SeccompProfileSpec_To_v1beta1_SeccompProfileSpec added in v0.0.89

func Convert_softwarecomposition_SeccompProfileSpec_To_v1beta1_SeccompProfileSpec(in *softwarecomposition.SeccompProfileSpec, out *SeccompProfileSpec, s conversion.Scope) error

Convert_softwarecomposition_SeccompProfileSpec_To_v1beta1_SeccompProfileSpec is an autogenerated conversion function.

func Convert_softwarecomposition_SeccompProfileStatus_To_v1beta1_SeccompProfileStatus added in v0.0.89

func Convert_softwarecomposition_SeccompProfileStatus_To_v1beta1_SeccompProfileStatus(in *softwarecomposition.SeccompProfileStatus, out *SeccompProfileStatus, s conversion.Scope) error

Convert_softwarecomposition_SeccompProfileStatus_To_v1beta1_SeccompProfileStatus is an autogenerated conversion function.

func Convert_softwarecomposition_SeccompProfile_To_v1beta1_SeccompProfile added in v0.0.89

func Convert_softwarecomposition_SeccompProfile_To_v1beta1_SeccompProfile(in *softwarecomposition.SeccompProfile, out *SeccompProfile, s conversion.Scope) error

Convert_softwarecomposition_SeccompProfile_To_v1beta1_SeccompProfile is an autogenerated conversion function.

func Convert_softwarecomposition_ServiceBackendPort_To_v1beta1_ServiceBackendPort added in v0.0.33

func Convert_softwarecomposition_ServiceBackendPort_To_v1beta1_ServiceBackendPort(in *softwarecomposition.ServiceBackendPort, out *ServiceBackendPort, s conversion.Scope) error

Convert_softwarecomposition_ServiceBackendPort_To_v1beta1_ServiceBackendPort is an autogenerated conversion function.

func Convert_softwarecomposition_SeveritySummary_To_v1beta1_SeveritySummary added in v0.0.7

func Convert_softwarecomposition_SeveritySummary_To_v1beta1_SeveritySummary(in *softwarecomposition.SeveritySummary, out *SeveritySummary, s conversion.Scope) error

Convert_softwarecomposition_SeveritySummary_To_v1beta1_SeveritySummary is an autogenerated conversion function.

func Convert_softwarecomposition_SingleSeccompProfileSpec_To_v1beta1_SingleSeccompProfileSpec added in v0.0.89

func Convert_softwarecomposition_SingleSeccompProfileSpec_To_v1beta1_SingleSeccompProfileSpec(in *softwarecomposition.SingleSeccompProfileSpec, out *SingleSeccompProfileSpec, s conversion.Scope) error

Convert_softwarecomposition_SingleSeccompProfileSpec_To_v1beta1_SingleSeccompProfileSpec is an autogenerated conversion function.

func Convert_softwarecomposition_SingleSeccompProfileStatus_To_v1beta1_SingleSeccompProfileStatus added in v0.0.89

func Convert_softwarecomposition_SingleSeccompProfileStatus_To_v1beta1_SingleSeccompProfileStatus(in *softwarecomposition.SingleSeccompProfileStatus, out *SingleSeccompProfileStatus, s conversion.Scope) error

Convert_softwarecomposition_SingleSeccompProfileStatus_To_v1beta1_SingleSeccompProfileStatus is an autogenerated conversion function.

func Convert_softwarecomposition_SingleSeccompProfile_To_v1beta1_SingleSeccompProfile added in v0.0.89

func Convert_softwarecomposition_SingleSeccompProfile_To_v1beta1_SingleSeccompProfile(in *softwarecomposition.SingleSeccompProfile, out *SingleSeccompProfile, s conversion.Scope) error

Convert_softwarecomposition_SingleSeccompProfile_To_v1beta1_SingleSeccompProfile is an autogenerated conversion function.

func Convert_softwarecomposition_Source_To_v1beta1_Source

func Convert_softwarecomposition_Source_To_v1beta1_Source(in *softwarecomposition.Source, out *Source, s conversion.Scope) error

Convert_softwarecomposition_Source_To_v1beta1_Source is an autogenerated conversion function.

func Convert_softwarecomposition_SpecBase_To_v1beta1_SpecBase added in v0.0.89

func Convert_softwarecomposition_SpecBase_To_v1beta1_SpecBase(in *softwarecomposition.SpecBase, out *SpecBase, s conversion.Scope) error

Convert_softwarecomposition_SpecBase_To_v1beta1_SpecBase is an autogenerated conversion function.

func Convert_softwarecomposition_Statement_To_v1beta1_Statement added in v0.0.29

func Convert_softwarecomposition_Statement_To_v1beta1_Statement(in *softwarecomposition.Statement, out *Statement, s conversion.Scope) error

Convert_softwarecomposition_Statement_To_v1beta1_Statement is an autogenerated conversion function.

func Convert_softwarecomposition_StatusBase_To_v1beta1_StatusBase added in v0.0.89

func Convert_softwarecomposition_StatusBase_To_v1beta1_StatusBase(in *softwarecomposition.StatusBase, out *StatusBase, s conversion.Scope) error

Convert_softwarecomposition_StatusBase_To_v1beta1_StatusBase is an autogenerated conversion function.

func Convert_softwarecomposition_Subcomponent_To_v1beta1_Subcomponent added in v0.0.29

func Convert_softwarecomposition_Subcomponent_To_v1beta1_Subcomponent(in *softwarecomposition.Subcomponent, out *Subcomponent, s conversion.Scope) error

Convert_softwarecomposition_Subcomponent_To_v1beta1_Subcomponent is an autogenerated conversion function.

func Convert_softwarecomposition_SyftCoordinates_To_v1beta1_SyftCoordinates

func Convert_softwarecomposition_SyftCoordinates_To_v1beta1_SyftCoordinates(in *softwarecomposition.SyftCoordinates, out *SyftCoordinates, s conversion.Scope) error

Convert_softwarecomposition_SyftCoordinates_To_v1beta1_SyftCoordinates is an autogenerated conversion function.

func Convert_softwarecomposition_SyftDescriptor_To_v1beta1_SyftDescriptor added in v0.0.42

func Convert_softwarecomposition_SyftDescriptor_To_v1beta1_SyftDescriptor(in *softwarecomposition.SyftDescriptor, out *SyftDescriptor, s conversion.Scope) error

Convert_softwarecomposition_SyftDescriptor_To_v1beta1_SyftDescriptor is an autogenerated conversion function.

func Convert_softwarecomposition_SyftDocument_To_v1beta1_SyftDocument added in v0.0.42

func Convert_softwarecomposition_SyftDocument_To_v1beta1_SyftDocument(in *softwarecomposition.SyftDocument, out *SyftDocument, s conversion.Scope) error

Convert_softwarecomposition_SyftDocument_To_v1beta1_SyftDocument is an autogenerated conversion function.

func Convert_softwarecomposition_SyftFile_To_v1beta1_SyftFile added in v0.0.42

func Convert_softwarecomposition_SyftFile_To_v1beta1_SyftFile(in *softwarecomposition.SyftFile, out *SyftFile, s conversion.Scope) error

Convert_softwarecomposition_SyftFile_To_v1beta1_SyftFile is an autogenerated conversion function.

func Convert_softwarecomposition_SyftPackage_To_v1beta1_SyftPackage added in v0.0.42

func Convert_softwarecomposition_SyftPackage_To_v1beta1_SyftPackage(in *softwarecomposition.SyftPackage, out *SyftPackage, s conversion.Scope) error

Convert_softwarecomposition_SyftPackage_To_v1beta1_SyftPackage is an autogenerated conversion function.

func Convert_softwarecomposition_SyftRelationship_To_v1beta1_SyftRelationship added in v0.0.42

func Convert_softwarecomposition_SyftRelationship_To_v1beta1_SyftRelationship(in *softwarecomposition.SyftRelationship, out *SyftRelationship, s conversion.Scope) error

Convert_softwarecomposition_SyftRelationship_To_v1beta1_SyftRelationship is an autogenerated conversion function.

func Convert_softwarecomposition_SyftSource_To_v1beta1_SyftSource added in v0.0.42

func Convert_softwarecomposition_SyftSource_To_v1beta1_SyftSource(in *softwarecomposition.SyftSource, out *SyftSource, s conversion.Scope) error

Convert_softwarecomposition_SyftSource_To_v1beta1_SyftSource is an autogenerated conversion function.

func Convert_softwarecomposition_Syscall_To_v1beta1_Syscall added in v0.0.89

func Convert_softwarecomposition_Syscall_To_v1beta1_Syscall(in *softwarecomposition.Syscall, out *Syscall, s conversion.Scope) error

Convert_softwarecomposition_Syscall_To_v1beta1_Syscall is an autogenerated conversion function.

func Convert_softwarecomposition_ToolMeta_To_v1beta1_ToolMeta

func Convert_softwarecomposition_ToolMeta_To_v1beta1_ToolMeta(in *softwarecomposition.ToolMeta, out *ToolMeta, s conversion.Scope) error

Convert_softwarecomposition_ToolMeta_To_v1beta1_ToolMeta is an autogenerated conversion function.

func Convert_softwarecomposition_UpstreamPackage_To_v1beta1_UpstreamPackage

func Convert_softwarecomposition_UpstreamPackage_To_v1beta1_UpstreamPackage(in *softwarecomposition.UpstreamPackage, out *UpstreamPackage, s conversion.Scope) error

Convert_softwarecomposition_UpstreamPackage_To_v1beta1_UpstreamPackage is an autogenerated conversion function.

func Convert_softwarecomposition_VEX_To_v1beta1_VEX added in v0.0.29

func Convert_softwarecomposition_VEX_To_v1beta1_VEX(in *softwarecomposition.VEX, out *VEX, s conversion.Scope) error

Convert_softwarecomposition_VEX_To_v1beta1_VEX is an autogenerated conversion function.

func Convert_softwarecomposition_VexVulnerability_To_v1beta1_VexVulnerability added in v0.0.29

func Convert_softwarecomposition_VexVulnerability_To_v1beta1_VexVulnerability(in *softwarecomposition.VexVulnerability, out *VexVulnerability, s conversion.Scope) error

Convert_softwarecomposition_VexVulnerability_To_v1beta1_VexVulnerability is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilitiesComponents_To_v1beta1_VulnerabilitiesComponents added in v0.0.16

func Convert_softwarecomposition_VulnerabilitiesComponents_To_v1beta1_VulnerabilitiesComponents(in *softwarecomposition.VulnerabilitiesComponents, out *VulnerabilitiesComponents, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilitiesComponents_To_v1beta1_VulnerabilitiesComponents is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilitiesObjScope_To_v1beta1_VulnerabilitiesObjScope added in v0.0.16

func Convert_softwarecomposition_VulnerabilitiesObjScope_To_v1beta1_VulnerabilitiesObjScope(in *softwarecomposition.VulnerabilitiesObjScope, out *VulnerabilitiesObjScope, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilitiesObjScope_To_v1beta1_VulnerabilitiesObjScope is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityCounters_To_v1beta1_VulnerabilityCounters added in v0.0.7

func Convert_softwarecomposition_VulnerabilityCounters_To_v1beta1_VulnerabilityCounters(in *softwarecomposition.VulnerabilityCounters, out *VulnerabilityCounters, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityCounters_To_v1beta1_VulnerabilityCounters is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestList_To_v1beta1_VulnerabilityManifestList

func Convert_softwarecomposition_VulnerabilityManifestList_To_v1beta1_VulnerabilityManifestList(in *softwarecomposition.VulnerabilityManifestList, out *VulnerabilityManifestList, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestList_To_v1beta1_VulnerabilityManifestList is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestMeta_To_v1beta1_VulnerabilityManifestMeta

func Convert_softwarecomposition_VulnerabilityManifestMeta_To_v1beta1_VulnerabilityManifestMeta(in *softwarecomposition.VulnerabilityManifestMeta, out *VulnerabilityManifestMeta, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestMeta_To_v1beta1_VulnerabilityManifestMeta is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestReportMeta_To_v1beta1_VulnerabilityManifestReportMeta

func Convert_softwarecomposition_VulnerabilityManifestReportMeta_To_v1beta1_VulnerabilityManifestReportMeta(in *softwarecomposition.VulnerabilityManifestReportMeta, out *VulnerabilityManifestReportMeta, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestReportMeta_To_v1beta1_VulnerabilityManifestReportMeta is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestSpec_To_v1beta1_VulnerabilityManifestSpec

func Convert_softwarecomposition_VulnerabilityManifestSpec_To_v1beta1_VulnerabilityManifestSpec(in *softwarecomposition.VulnerabilityManifestSpec, out *VulnerabilityManifestSpec, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestSpec_To_v1beta1_VulnerabilityManifestSpec is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestStatus_To_v1beta1_VulnerabilityManifestStatus

func Convert_softwarecomposition_VulnerabilityManifestStatus_To_v1beta1_VulnerabilityManifestStatus(in *softwarecomposition.VulnerabilityManifestStatus, out *VulnerabilityManifestStatus, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestStatus_To_v1beta1_VulnerabilityManifestStatus is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestSummaryList_To_v1beta1_VulnerabilityManifestSummaryList added in v0.0.7

func Convert_softwarecomposition_VulnerabilityManifestSummaryList_To_v1beta1_VulnerabilityManifestSummaryList(in *softwarecomposition.VulnerabilityManifestSummaryList, out *VulnerabilityManifestSummaryList, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestSummaryList_To_v1beta1_VulnerabilityManifestSummaryList is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestSummarySpec_To_v1beta1_VulnerabilityManifestSummarySpec added in v0.0.7

func Convert_softwarecomposition_VulnerabilityManifestSummarySpec_To_v1beta1_VulnerabilityManifestSummarySpec(in *softwarecomposition.VulnerabilityManifestSummarySpec, out *VulnerabilityManifestSummarySpec, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestSummarySpec_To_v1beta1_VulnerabilityManifestSummarySpec is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestSummary_To_v1beta1_VulnerabilityManifestSummary added in v0.0.7

func Convert_softwarecomposition_VulnerabilityManifestSummary_To_v1beta1_VulnerabilityManifestSummary(in *softwarecomposition.VulnerabilityManifestSummary, out *VulnerabilityManifestSummary, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestSummary_To_v1beta1_VulnerabilityManifestSummary is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifestToolMeta_To_v1beta1_VulnerabilityManifestToolMeta

func Convert_softwarecomposition_VulnerabilityManifestToolMeta_To_v1beta1_VulnerabilityManifestToolMeta(in *softwarecomposition.VulnerabilityManifestToolMeta, out *VulnerabilityManifestToolMeta, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifestToolMeta_To_v1beta1_VulnerabilityManifestToolMeta is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityManifest_To_v1beta1_VulnerabilityManifest

func Convert_softwarecomposition_VulnerabilityManifest_To_v1beta1_VulnerabilityManifest(in *softwarecomposition.VulnerabilityManifest, out *VulnerabilityManifest, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityManifest_To_v1beta1_VulnerabilityManifest is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilityMetadata_To_v1beta1_VulnerabilityMetadata

func Convert_softwarecomposition_VulnerabilityMetadata_To_v1beta1_VulnerabilityMetadata(in *softwarecomposition.VulnerabilityMetadata, out *VulnerabilityMetadata, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilityMetadata_To_v1beta1_VulnerabilityMetadata is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilitySummaryList_To_v1beta1_VulnerabilitySummaryList added in v0.0.20

func Convert_softwarecomposition_VulnerabilitySummaryList_To_v1beta1_VulnerabilitySummaryList(in *softwarecomposition.VulnerabilitySummaryList, out *VulnerabilitySummaryList, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilitySummaryList_To_v1beta1_VulnerabilitySummaryList is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilitySummarySpec_To_v1beta1_VulnerabilitySummarySpec added in v0.0.20

func Convert_softwarecomposition_VulnerabilitySummarySpec_To_v1beta1_VulnerabilitySummarySpec(in *softwarecomposition.VulnerabilitySummarySpec, out *VulnerabilitySummarySpec, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilitySummarySpec_To_v1beta1_VulnerabilitySummarySpec is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilitySummaryStatus_To_v1beta1_VulnerabilitySummaryStatus added in v0.0.20

func Convert_softwarecomposition_VulnerabilitySummaryStatus_To_v1beta1_VulnerabilitySummaryStatus(in *softwarecomposition.VulnerabilitySummaryStatus, out *VulnerabilitySummaryStatus, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilitySummaryStatus_To_v1beta1_VulnerabilitySummaryStatus is an autogenerated conversion function.

func Convert_softwarecomposition_VulnerabilitySummary_To_v1beta1_VulnerabilitySummary added in v0.0.20

func Convert_softwarecomposition_VulnerabilitySummary_To_v1beta1_VulnerabilitySummary(in *softwarecomposition.VulnerabilitySummary, out *VulnerabilitySummary, s conversion.Scope) error

Convert_softwarecomposition_VulnerabilitySummary_To_v1beta1_VulnerabilitySummary is an autogenerated conversion function.

func Convert_softwarecomposition_Vulnerability_To_v1beta1_Vulnerability

func Convert_softwarecomposition_Vulnerability_To_v1beta1_Vulnerability(in *softwarecomposition.Vulnerability, out *Vulnerability, s conversion.Scope) error

Convert_softwarecomposition_Vulnerability_To_v1beta1_Vulnerability is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadConfigurationScanList_To_v1beta1_WorkloadConfigurationScanList added in v0.0.16

func Convert_softwarecomposition_WorkloadConfigurationScanList_To_v1beta1_WorkloadConfigurationScanList(in *softwarecomposition.WorkloadConfigurationScanList, out *WorkloadConfigurationScanList, s conversion.Scope) error

Convert_softwarecomposition_WorkloadConfigurationScanList_To_v1beta1_WorkloadConfigurationScanList is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadConfigurationScanSeveritiesSummary_To_v1beta1_WorkloadConfigurationScanSeveritiesSummary added in v0.0.16

func Convert_softwarecomposition_WorkloadConfigurationScanSeveritiesSummary_To_v1beta1_WorkloadConfigurationScanSeveritiesSummary(in *softwarecomposition.WorkloadConfigurationScanSeveritiesSummary, out *WorkloadConfigurationScanSeveritiesSummary, s conversion.Scope) error

Convert_softwarecomposition_WorkloadConfigurationScanSeveritiesSummary_To_v1beta1_WorkloadConfigurationScanSeveritiesSummary is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadConfigurationScanSpec_To_v1beta1_WorkloadConfigurationScanSpec added in v0.0.16

func Convert_softwarecomposition_WorkloadConfigurationScanSpec_To_v1beta1_WorkloadConfigurationScanSpec(in *softwarecomposition.WorkloadConfigurationScanSpec, out *WorkloadConfigurationScanSpec, s conversion.Scope) error

Convert_softwarecomposition_WorkloadConfigurationScanSpec_To_v1beta1_WorkloadConfigurationScanSpec is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadConfigurationScanSummaryIdentifier_To_v1beta1_WorkloadConfigurationScanSummaryIdentifier added in v0.0.18

func Convert_softwarecomposition_WorkloadConfigurationScanSummaryIdentifier_To_v1beta1_WorkloadConfigurationScanSummaryIdentifier(in *softwarecomposition.WorkloadConfigurationScanSummaryIdentifier, out *WorkloadConfigurationScanSummaryIdentifier, s conversion.Scope) error

Convert_softwarecomposition_WorkloadConfigurationScanSummaryIdentifier_To_v1beta1_WorkloadConfigurationScanSummaryIdentifier is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadConfigurationScanSummaryList_To_v1beta1_WorkloadConfigurationScanSummaryList added in v0.0.16

func Convert_softwarecomposition_WorkloadConfigurationScanSummaryList_To_v1beta1_WorkloadConfigurationScanSummaryList(in *softwarecomposition.WorkloadConfigurationScanSummaryList, out *WorkloadConfigurationScanSummaryList, s conversion.Scope) error

Convert_softwarecomposition_WorkloadConfigurationScanSummaryList_To_v1beta1_WorkloadConfigurationScanSummaryList is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadConfigurationScanSummarySpec_To_v1beta1_WorkloadConfigurationScanSummarySpec added in v0.0.16

func Convert_softwarecomposition_WorkloadConfigurationScanSummarySpec_To_v1beta1_WorkloadConfigurationScanSummarySpec(in *softwarecomposition.WorkloadConfigurationScanSummarySpec, out *WorkloadConfigurationScanSummarySpec, s conversion.Scope) error

Convert_softwarecomposition_WorkloadConfigurationScanSummarySpec_To_v1beta1_WorkloadConfigurationScanSummarySpec is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadConfigurationScanSummary_To_v1beta1_WorkloadConfigurationScanSummary added in v0.0.16

func Convert_softwarecomposition_WorkloadConfigurationScanSummary_To_v1beta1_WorkloadConfigurationScanSummary(in *softwarecomposition.WorkloadConfigurationScanSummary, out *WorkloadConfigurationScanSummary, s conversion.Scope) error

Convert_softwarecomposition_WorkloadConfigurationScanSummary_To_v1beta1_WorkloadConfigurationScanSummary is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadConfigurationScan_To_v1beta1_WorkloadConfigurationScan added in v0.0.16

func Convert_softwarecomposition_WorkloadConfigurationScan_To_v1beta1_WorkloadConfigurationScan(in *softwarecomposition.WorkloadConfigurationScan, out *WorkloadConfigurationScan, s conversion.Scope) error

Convert_softwarecomposition_WorkloadConfigurationScan_To_v1beta1_WorkloadConfigurationScan is an autogenerated conversion function.

func Convert_softwarecomposition_WorkloadScanRelatedObject_To_v1beta1_WorkloadScanRelatedObject added in v0.0.16

func Convert_softwarecomposition_WorkloadScanRelatedObject_To_v1beta1_WorkloadScanRelatedObject(in *softwarecomposition.WorkloadScanRelatedObject, out *WorkloadScanRelatedObject, s conversion.Scope) error

Convert_softwarecomposition_WorkloadScanRelatedObject_To_v1beta1_WorkloadScanRelatedObject is an autogenerated conversion function.

func Convert_v1beta1_Advisory_To_softwarecomposition_Advisory

func Convert_v1beta1_Advisory_To_softwarecomposition_Advisory(in *Advisory, out *softwarecomposition.Advisory, s conversion.Scope) error

Convert_v1beta1_Advisory_To_softwarecomposition_Advisory is an autogenerated conversion function.

func Convert_v1beta1_ApplicationActivityList_To_softwarecomposition_ApplicationActivityList added in v0.0.22

func Convert_v1beta1_ApplicationActivityList_To_softwarecomposition_ApplicationActivityList(in *ApplicationActivityList, out *softwarecomposition.ApplicationActivityList, s conversion.Scope) error

Convert_v1beta1_ApplicationActivityList_To_softwarecomposition_ApplicationActivityList is an autogenerated conversion function.

func Convert_v1beta1_ApplicationActivitySpec_To_softwarecomposition_ApplicationActivitySpec added in v0.0.22

func Convert_v1beta1_ApplicationActivitySpec_To_softwarecomposition_ApplicationActivitySpec(in *ApplicationActivitySpec, out *softwarecomposition.ApplicationActivitySpec, s conversion.Scope) error

Convert_v1beta1_ApplicationActivitySpec_To_softwarecomposition_ApplicationActivitySpec is an autogenerated conversion function.

func Convert_v1beta1_ApplicationActivityStatus_To_softwarecomposition_ApplicationActivityStatus added in v0.0.22

func Convert_v1beta1_ApplicationActivityStatus_To_softwarecomposition_ApplicationActivityStatus(in *ApplicationActivityStatus, out *softwarecomposition.ApplicationActivityStatus, s conversion.Scope) error

Convert_v1beta1_ApplicationActivityStatus_To_softwarecomposition_ApplicationActivityStatus is an autogenerated conversion function.

func Convert_v1beta1_ApplicationActivity_To_softwarecomposition_ApplicationActivity added in v0.0.22

func Convert_v1beta1_ApplicationActivity_To_softwarecomposition_ApplicationActivity(in *ApplicationActivity, out *softwarecomposition.ApplicationActivity, s conversion.Scope) error

Convert_v1beta1_ApplicationActivity_To_softwarecomposition_ApplicationActivity is an autogenerated conversion function.

func Convert_v1beta1_ApplicationProfileContainer_To_softwarecomposition_ApplicationProfileContainer added in v0.0.37

func Convert_v1beta1_ApplicationProfileContainer_To_softwarecomposition_ApplicationProfileContainer(in *ApplicationProfileContainer, out *softwarecomposition.ApplicationProfileContainer, s conversion.Scope) error

Convert_v1beta1_ApplicationProfileContainer_To_softwarecomposition_ApplicationProfileContainer is an autogenerated conversion function.

func Convert_v1beta1_ApplicationProfileList_To_softwarecomposition_ApplicationProfileList added in v0.0.22

func Convert_v1beta1_ApplicationProfileList_To_softwarecomposition_ApplicationProfileList(in *ApplicationProfileList, out *softwarecomposition.ApplicationProfileList, s conversion.Scope) error

Convert_v1beta1_ApplicationProfileList_To_softwarecomposition_ApplicationProfileList is an autogenerated conversion function.

func Convert_v1beta1_ApplicationProfileSpec_To_softwarecomposition_ApplicationProfileSpec added in v0.0.22

func Convert_v1beta1_ApplicationProfileSpec_To_softwarecomposition_ApplicationProfileSpec(in *ApplicationProfileSpec, out *softwarecomposition.ApplicationProfileSpec, s conversion.Scope) error

Convert_v1beta1_ApplicationProfileSpec_To_softwarecomposition_ApplicationProfileSpec is an autogenerated conversion function.

func Convert_v1beta1_ApplicationProfileStatus_To_softwarecomposition_ApplicationProfileStatus added in v0.0.22

func Convert_v1beta1_ApplicationProfileStatus_To_softwarecomposition_ApplicationProfileStatus(in *ApplicationProfileStatus, out *softwarecomposition.ApplicationProfileStatus, s conversion.Scope) error

Convert_v1beta1_ApplicationProfileStatus_To_softwarecomposition_ApplicationProfileStatus is an autogenerated conversion function.

func Convert_v1beta1_ApplicationProfile_To_softwarecomposition_ApplicationProfile added in v0.0.22

func Convert_v1beta1_ApplicationProfile_To_softwarecomposition_ApplicationProfile(in *ApplicationProfile, out *softwarecomposition.ApplicationProfile, s conversion.Scope) error

Convert_v1beta1_ApplicationProfile_To_softwarecomposition_ApplicationProfile is an autogenerated conversion function.

func Convert_v1beta1_Arg_To_softwarecomposition_Arg added in v0.0.89

func Convert_v1beta1_Arg_To_softwarecomposition_Arg(in *Arg, out *softwarecomposition.Arg, s conversion.Scope) error

Convert_v1beta1_Arg_To_softwarecomposition_Arg is an autogenerated conversion function.

func Convert_v1beta1_CPE_To_softwarecomposition_CPE added in v0.0.83

func Convert_v1beta1_CPE_To_softwarecomposition_CPE(in *CPE, out *softwarecomposition.CPE, s conversion.Scope) error

Convert_v1beta1_CPE_To_softwarecomposition_CPE is an autogenerated conversion function.

func Convert_v1beta1_Component_To_softwarecomposition_Component added in v0.0.29

func Convert_v1beta1_Component_To_softwarecomposition_Component(in *Component, out *softwarecomposition.Component, s conversion.Scope) error

Convert_v1beta1_Component_To_softwarecomposition_Component is an autogenerated conversion function.

func Convert_v1beta1_Condition_To_softwarecomposition_Condition added in v0.0.89

func Convert_v1beta1_Condition_To_softwarecomposition_Condition(in *Condition, out *softwarecomposition.Condition, s conversion.Scope) error

Convert_v1beta1_Condition_To_softwarecomposition_Condition is an autogenerated conversion function.

func Convert_v1beta1_ConditionedStatus_To_softwarecomposition_ConditionedStatus added in v0.0.89

func Convert_v1beta1_ConditionedStatus_To_softwarecomposition_ConditionedStatus(in *ConditionedStatus, out *softwarecomposition.ConditionedStatus, s conversion.Scope) error

Convert_v1beta1_ConditionedStatus_To_softwarecomposition_ConditionedStatus is an autogenerated conversion function.

func Convert_v1beta1_ConfigurationScanSummaryList_To_softwarecomposition_ConfigurationScanSummaryList added in v0.0.18

func Convert_v1beta1_ConfigurationScanSummaryList_To_softwarecomposition_ConfigurationScanSummaryList(in *ConfigurationScanSummaryList, out *softwarecomposition.ConfigurationScanSummaryList, s conversion.Scope) error

Convert_v1beta1_ConfigurationScanSummaryList_To_softwarecomposition_ConfigurationScanSummaryList is an autogenerated conversion function.

func Convert_v1beta1_ConfigurationScanSummarySpec_To_softwarecomposition_ConfigurationScanSummarySpec added in v0.0.18

func Convert_v1beta1_ConfigurationScanSummarySpec_To_softwarecomposition_ConfigurationScanSummarySpec(in *ConfigurationScanSummarySpec, out *softwarecomposition.ConfigurationScanSummarySpec, s conversion.Scope) error

Convert_v1beta1_ConfigurationScanSummarySpec_To_softwarecomposition_ConfigurationScanSummarySpec is an autogenerated conversion function.

func Convert_v1beta1_ConfigurationScanSummary_To_softwarecomposition_ConfigurationScanSummary added in v0.0.18

func Convert_v1beta1_ConfigurationScanSummary_To_softwarecomposition_ConfigurationScanSummary(in *ConfigurationScanSummary, out *softwarecomposition.ConfigurationScanSummary, s conversion.Scope) error

Convert_v1beta1_ConfigurationScanSummary_To_softwarecomposition_ConfigurationScanSummary is an autogenerated conversion function.

func Convert_v1beta1_ControlSeverity_To_softwarecomposition_ControlSeverity added in v0.0.16

func Convert_v1beta1_ControlSeverity_To_softwarecomposition_ControlSeverity(in *ControlSeverity, out *softwarecomposition.ControlSeverity, s conversion.Scope) error

Convert_v1beta1_ControlSeverity_To_softwarecomposition_ControlSeverity is an autogenerated conversion function.

func Convert_v1beta1_Coordinates_To_softwarecomposition_Coordinates added in v0.0.42

func Convert_v1beta1_Coordinates_To_softwarecomposition_Coordinates(in *Coordinates, out *softwarecomposition.Coordinates, s conversion.Scope) error

Convert_v1beta1_Coordinates_To_softwarecomposition_Coordinates is an autogenerated conversion function.

func Convert_v1beta1_CvssMetrics_To_softwarecomposition_CvssMetrics

func Convert_v1beta1_CvssMetrics_To_softwarecomposition_CvssMetrics(in *CvssMetrics, out *softwarecomposition.CvssMetrics, s conversion.Scope) error

Convert_v1beta1_CvssMetrics_To_softwarecomposition_CvssMetrics is an autogenerated conversion function.

func Convert_v1beta1_Cvss_To_softwarecomposition_Cvss

func Convert_v1beta1_Cvss_To_softwarecomposition_Cvss(in *Cvss, out *softwarecomposition.Cvss, s conversion.Scope) error

Convert_v1beta1_Cvss_To_softwarecomposition_Cvss is an autogenerated conversion function.

func Convert_v1beta1_Descriptor_To_softwarecomposition_Descriptor

func Convert_v1beta1_Descriptor_To_softwarecomposition_Descriptor(in *Descriptor, out *softwarecomposition.Descriptor, s conversion.Scope) error

Convert_v1beta1_Descriptor_To_softwarecomposition_Descriptor is an autogenerated conversion function.

func Convert_v1beta1_Digest_To_softwarecomposition_Digest added in v0.0.42

func Convert_v1beta1_Digest_To_softwarecomposition_Digest(in *Digest, out *softwarecomposition.Digest, s conversion.Scope) error

Convert_v1beta1_Digest_To_softwarecomposition_Digest is an autogenerated conversion function.

func Convert_v1beta1_Distribution_To_softwarecomposition_Distribution

func Convert_v1beta1_Distribution_To_softwarecomposition_Distribution(in *Distribution, out *softwarecomposition.Distribution, s conversion.Scope) error

Convert_v1beta1_Distribution_To_softwarecomposition_Distribution is an autogenerated conversion function.

func Convert_v1beta1_ELFSecurityFeatures_To_softwarecomposition_ELFSecurityFeatures added in v0.0.83

func Convert_v1beta1_ELFSecurityFeatures_To_softwarecomposition_ELFSecurityFeatures(in *ELFSecurityFeatures, out *softwarecomposition.ELFSecurityFeatures, s conversion.Scope) error

Convert_v1beta1_ELFSecurityFeatures_To_softwarecomposition_ELFSecurityFeatures is an autogenerated conversion function.

func Convert_v1beta1_ExecCalls_To_softwarecomposition_ExecCalls added in v0.0.22

func Convert_v1beta1_ExecCalls_To_softwarecomposition_ExecCalls(in *ExecCalls, out *softwarecomposition.ExecCalls, s conversion.Scope) error

Convert_v1beta1_ExecCalls_To_softwarecomposition_ExecCalls is an autogenerated conversion function.

func Convert_v1beta1_Executable_To_softwarecomposition_Executable added in v0.0.83

func Convert_v1beta1_Executable_To_softwarecomposition_Executable(in *Executable, out *softwarecomposition.Executable, s conversion.Scope) error

Convert_v1beta1_Executable_To_softwarecomposition_Executable is an autogenerated conversion function.

func Convert_v1beta1_FileLicenseEvidence_To_softwarecomposition_FileLicenseEvidence added in v0.0.42

func Convert_v1beta1_FileLicenseEvidence_To_softwarecomposition_FileLicenseEvidence(in *FileLicenseEvidence, out *softwarecomposition.FileLicenseEvidence, s conversion.Scope) error

Convert_v1beta1_FileLicenseEvidence_To_softwarecomposition_FileLicenseEvidence is an autogenerated conversion function.

func Convert_v1beta1_FileLicense_To_softwarecomposition_FileLicense added in v0.0.42

func Convert_v1beta1_FileLicense_To_softwarecomposition_FileLicense(in *FileLicense, out *softwarecomposition.FileLicense, s conversion.Scope) error

Convert_v1beta1_FileLicense_To_softwarecomposition_FileLicense is an autogenerated conversion function.

func Convert_v1beta1_FileMetadataEntry_To_softwarecomposition_FileMetadataEntry added in v0.0.42

func Convert_v1beta1_FileMetadataEntry_To_softwarecomposition_FileMetadataEntry(in *FileMetadataEntry, out *softwarecomposition.FileMetadataEntry, s conversion.Scope) error

Convert_v1beta1_FileMetadataEntry_To_softwarecomposition_FileMetadataEntry is an autogenerated conversion function.

func Convert_v1beta1_Fix_To_softwarecomposition_Fix

func Convert_v1beta1_Fix_To_softwarecomposition_Fix(in *Fix, out *softwarecomposition.Fix, s conversion.Scope) error

Convert_v1beta1_Fix_To_softwarecomposition_Fix is an autogenerated conversion function.

func Convert_v1beta1_GeneratedNetworkPolicyList_To_softwarecomposition_GeneratedNetworkPolicyList added in v0.0.33

func Convert_v1beta1_GeneratedNetworkPolicyList_To_softwarecomposition_GeneratedNetworkPolicyList(in *GeneratedNetworkPolicyList, out *softwarecomposition.GeneratedNetworkPolicyList, s conversion.Scope) error

Convert_v1beta1_GeneratedNetworkPolicyList_To_softwarecomposition_GeneratedNetworkPolicyList is an autogenerated conversion function.

func Convert_v1beta1_GeneratedNetworkPolicy_To_softwarecomposition_GeneratedNetworkPolicy added in v0.0.33

func Convert_v1beta1_GeneratedNetworkPolicy_To_softwarecomposition_GeneratedNetworkPolicy(in *GeneratedNetworkPolicy, out *softwarecomposition.GeneratedNetworkPolicy, s conversion.Scope) error

Convert_v1beta1_GeneratedNetworkPolicy_To_softwarecomposition_GeneratedNetworkPolicy is an autogenerated conversion function.

func Convert_v1beta1_GrypeDocument_To_softwarecomposition_GrypeDocument

func Convert_v1beta1_GrypeDocument_To_softwarecomposition_GrypeDocument(in *GrypeDocument, out *softwarecomposition.GrypeDocument, s conversion.Scope) error

Convert_v1beta1_GrypeDocument_To_softwarecomposition_GrypeDocument is an autogenerated conversion function.

func Convert_v1beta1_GrypePackage_To_softwarecomposition_GrypePackage

func Convert_v1beta1_GrypePackage_To_softwarecomposition_GrypePackage(in *GrypePackage, out *softwarecomposition.GrypePackage, s conversion.Scope) error

Convert_v1beta1_GrypePackage_To_softwarecomposition_GrypePackage is an autogenerated conversion function.

func Convert_v1beta1_HTTPEndpoint_To_softwarecomposition_HTTPEndpoint added in v0.0.117

func Convert_v1beta1_HTTPEndpoint_To_softwarecomposition_HTTPEndpoint(in *HTTPEndpoint, out *softwarecomposition.HTTPEndpoint, s conversion.Scope) error

Convert_v1beta1_HTTPEndpoint_To_softwarecomposition_HTTPEndpoint is an autogenerated conversion function.

func Convert_v1beta1_HTTPIngressPath_To_softwarecomposition_HTTPIngressPath added in v0.0.33

func Convert_v1beta1_HTTPIngressPath_To_softwarecomposition_HTTPIngressPath(in *HTTPIngressPath, out *softwarecomposition.HTTPIngressPath, s conversion.Scope) error

Convert_v1beta1_HTTPIngressPath_To_softwarecomposition_HTTPIngressPath is an autogenerated conversion function.

func Convert_v1beta1_HTTPIngressRuleValue_To_softwarecomposition_HTTPIngressRuleValue added in v0.0.33

func Convert_v1beta1_HTTPIngressRuleValue_To_softwarecomposition_HTTPIngressRuleValue(in *HTTPIngressRuleValue, out *softwarecomposition.HTTPIngressRuleValue, s conversion.Scope) error

Convert_v1beta1_HTTPIngressRuleValue_To_softwarecomposition_HTTPIngressRuleValue is an autogenerated conversion function.

func Convert_v1beta1_IPBlock_To_softwarecomposition_IPBlock added in v0.0.33

func Convert_v1beta1_IPBlock_To_softwarecomposition_IPBlock(in *IPBlock, out *softwarecomposition.IPBlock, s conversion.Scope) error

Convert_v1beta1_IPBlock_To_softwarecomposition_IPBlock is an autogenerated conversion function.

func Convert_v1beta1_IgnoreRulePackage_To_softwarecomposition_IgnoreRulePackage

func Convert_v1beta1_IgnoreRulePackage_To_softwarecomposition_IgnoreRulePackage(in *IgnoreRulePackage, out *softwarecomposition.IgnoreRulePackage, s conversion.Scope) error

Convert_v1beta1_IgnoreRulePackage_To_softwarecomposition_IgnoreRulePackage is an autogenerated conversion function.

func Convert_v1beta1_IgnoreRule_To_softwarecomposition_IgnoreRule

func Convert_v1beta1_IgnoreRule_To_softwarecomposition_IgnoreRule(in *IgnoreRule, out *softwarecomposition.IgnoreRule, s conversion.Scope) error

Convert_v1beta1_IgnoreRule_To_softwarecomposition_IgnoreRule is an autogenerated conversion function.

func Convert_v1beta1_IgnoredMatch_To_softwarecomposition_IgnoredMatch

func Convert_v1beta1_IgnoredMatch_To_softwarecomposition_IgnoredMatch(in *IgnoredMatch, out *softwarecomposition.IgnoredMatch, s conversion.Scope) error

Convert_v1beta1_IgnoredMatch_To_softwarecomposition_IgnoredMatch is an autogenerated conversion function.

func Convert_v1beta1_IngressBackend_To_softwarecomposition_IngressBackend added in v0.0.33

func Convert_v1beta1_IngressBackend_To_softwarecomposition_IngressBackend(in *IngressBackend, out *softwarecomposition.IngressBackend, s conversion.Scope) error

Convert_v1beta1_IngressBackend_To_softwarecomposition_IngressBackend is an autogenerated conversion function.

func Convert_v1beta1_IngressClassList_To_softwarecomposition_IngressClassList added in v0.0.33

func Convert_v1beta1_IngressClassList_To_softwarecomposition_IngressClassList(in *IngressClassList, out *softwarecomposition.IngressClassList, s conversion.Scope) error

Convert_v1beta1_IngressClassList_To_softwarecomposition_IngressClassList is an autogenerated conversion function.

func Convert_v1beta1_IngressClassParametersReference_To_softwarecomposition_IngressClassParametersReference added in v0.0.33

func Convert_v1beta1_IngressClassParametersReference_To_softwarecomposition_IngressClassParametersReference(in *IngressClassParametersReference, out *softwarecomposition.IngressClassParametersReference, s conversion.Scope) error

Convert_v1beta1_IngressClassParametersReference_To_softwarecomposition_IngressClassParametersReference is an autogenerated conversion function.

func Convert_v1beta1_IngressClassSpec_To_softwarecomposition_IngressClassSpec added in v0.0.33

func Convert_v1beta1_IngressClassSpec_To_softwarecomposition_IngressClassSpec(in *IngressClassSpec, out *softwarecomposition.IngressClassSpec, s conversion.Scope) error

Convert_v1beta1_IngressClassSpec_To_softwarecomposition_IngressClassSpec is an autogenerated conversion function.

func Convert_v1beta1_IngressClass_To_softwarecomposition_IngressClass added in v0.0.33

func Convert_v1beta1_IngressClass_To_softwarecomposition_IngressClass(in *IngressClass, out *softwarecomposition.IngressClass, s conversion.Scope) error

Convert_v1beta1_IngressClass_To_softwarecomposition_IngressClass is an autogenerated conversion function.

func Convert_v1beta1_IngressList_To_softwarecomposition_IngressList added in v0.0.33

func Convert_v1beta1_IngressList_To_softwarecomposition_IngressList(in *IngressList, out *softwarecomposition.IngressList, s conversion.Scope) error

Convert_v1beta1_IngressList_To_softwarecomposition_IngressList is an autogenerated conversion function.

func Convert_v1beta1_IngressLoadBalancerIngress_To_softwarecomposition_IngressLoadBalancerIngress added in v0.0.33

func Convert_v1beta1_IngressLoadBalancerIngress_To_softwarecomposition_IngressLoadBalancerIngress(in *IngressLoadBalancerIngress, out *softwarecomposition.IngressLoadBalancerIngress, s conversion.Scope) error

Convert_v1beta1_IngressLoadBalancerIngress_To_softwarecomposition_IngressLoadBalancerIngress is an autogenerated conversion function.

func Convert_v1beta1_IngressLoadBalancerStatus_To_softwarecomposition_IngressLoadBalancerStatus added in v0.0.33

func Convert_v1beta1_IngressLoadBalancerStatus_To_softwarecomposition_IngressLoadBalancerStatus(in *IngressLoadBalancerStatus, out *softwarecomposition.IngressLoadBalancerStatus, s conversion.Scope) error

Convert_v1beta1_IngressLoadBalancerStatus_To_softwarecomposition_IngressLoadBalancerStatus is an autogenerated conversion function.

func Convert_v1beta1_IngressPortStatus_To_softwarecomposition_IngressPortStatus added in v0.0.33

func Convert_v1beta1_IngressPortStatus_To_softwarecomposition_IngressPortStatus(in *IngressPortStatus, out *softwarecomposition.IngressPortStatus, s conversion.Scope) error

Convert_v1beta1_IngressPortStatus_To_softwarecomposition_IngressPortStatus is an autogenerated conversion function.

func Convert_v1beta1_IngressRuleValue_To_softwarecomposition_IngressRuleValue added in v0.0.33

func Convert_v1beta1_IngressRuleValue_To_softwarecomposition_IngressRuleValue(in *IngressRuleValue, out *softwarecomposition.IngressRuleValue, s conversion.Scope) error

Convert_v1beta1_IngressRuleValue_To_softwarecomposition_IngressRuleValue is an autogenerated conversion function.

func Convert_v1beta1_IngressRule_To_softwarecomposition_IngressRule added in v0.0.33

func Convert_v1beta1_IngressRule_To_softwarecomposition_IngressRule(in *IngressRule, out *softwarecomposition.IngressRule, s conversion.Scope) error

Convert_v1beta1_IngressRule_To_softwarecomposition_IngressRule is an autogenerated conversion function.

func Convert_v1beta1_IngressServiceBackend_To_softwarecomposition_IngressServiceBackend added in v0.0.33

func Convert_v1beta1_IngressServiceBackend_To_softwarecomposition_IngressServiceBackend(in *IngressServiceBackend, out *softwarecomposition.IngressServiceBackend, s conversion.Scope) error

Convert_v1beta1_IngressServiceBackend_To_softwarecomposition_IngressServiceBackend is an autogenerated conversion function.

func Convert_v1beta1_IngressSpec_To_softwarecomposition_IngressSpec added in v0.0.33

func Convert_v1beta1_IngressSpec_To_softwarecomposition_IngressSpec(in *IngressSpec, out *softwarecomposition.IngressSpec, s conversion.Scope) error

Convert_v1beta1_IngressSpec_To_softwarecomposition_IngressSpec is an autogenerated conversion function.

func Convert_v1beta1_IngressStatus_To_softwarecomposition_IngressStatus added in v0.0.33

func Convert_v1beta1_IngressStatus_To_softwarecomposition_IngressStatus(in *IngressStatus, out *softwarecomposition.IngressStatus, s conversion.Scope) error

Convert_v1beta1_IngressStatus_To_softwarecomposition_IngressStatus is an autogenerated conversion function.

func Convert_v1beta1_IngressTLS_To_softwarecomposition_IngressTLS added in v0.0.33

func Convert_v1beta1_IngressTLS_To_softwarecomposition_IngressTLS(in *IngressTLS, out *softwarecomposition.IngressTLS, s conversion.Scope) error

Convert_v1beta1_IngressTLS_To_softwarecomposition_IngressTLS is an autogenerated conversion function.

func Convert_v1beta1_Ingress_To_softwarecomposition_Ingress added in v0.0.33

func Convert_v1beta1_Ingress_To_softwarecomposition_Ingress(in *Ingress, out *softwarecomposition.Ingress, s conversion.Scope) error

Convert_v1beta1_Ingress_To_softwarecomposition_Ingress is an autogenerated conversion function.

func Convert_v1beta1_KnownServerEntry_To_softwarecomposition_KnownServerEntry added in v0.0.42

func Convert_v1beta1_KnownServerEntry_To_softwarecomposition_KnownServerEntry(in *KnownServerEntry, out *softwarecomposition.KnownServerEntry, s conversion.Scope) error

Convert_v1beta1_KnownServerEntry_To_softwarecomposition_KnownServerEntry is an autogenerated conversion function.

func Convert_v1beta1_KnownServerList_To_softwarecomposition_KnownServerList added in v0.0.42

func Convert_v1beta1_KnownServerList_To_softwarecomposition_KnownServerList(in *KnownServerList, out *softwarecomposition.KnownServerList, s conversion.Scope) error

Convert_v1beta1_KnownServerList_To_softwarecomposition_KnownServerList is an autogenerated conversion function.

func Convert_v1beta1_KnownServer_To_softwarecomposition_KnownServer added in v0.0.42

func Convert_v1beta1_KnownServer_To_softwarecomposition_KnownServer(in *KnownServer, out *softwarecomposition.KnownServer, s conversion.Scope) error

Convert_v1beta1_KnownServer_To_softwarecomposition_KnownServer is an autogenerated conversion function.

func Convert_v1beta1_License_To_softwarecomposition_License added in v0.0.42

func Convert_v1beta1_License_To_softwarecomposition_License(in *License, out *softwarecomposition.License, s conversion.Scope) error

Convert_v1beta1_License_To_softwarecomposition_License is an autogenerated conversion function.

func Convert_v1beta1_LinuxRelease_To_softwarecomposition_LinuxRelease added in v0.0.42

func Convert_v1beta1_LinuxRelease_To_softwarecomposition_LinuxRelease(in *LinuxRelease, out *softwarecomposition.LinuxRelease, s conversion.Scope) error

Convert_v1beta1_LinuxRelease_To_softwarecomposition_LinuxRelease is an autogenerated conversion function.

func Convert_v1beta1_LocationData_To_softwarecomposition_LocationData added in v0.0.42

func Convert_v1beta1_LocationData_To_softwarecomposition_LocationData(in *LocationData, out *softwarecomposition.LocationData, s conversion.Scope) error

Convert_v1beta1_LocationData_To_softwarecomposition_LocationData is an autogenerated conversion function.

func Convert_v1beta1_LocationMetadata_To_softwarecomposition_LocationMetadata added in v0.0.42

func Convert_v1beta1_LocationMetadata_To_softwarecomposition_LocationMetadata(in *LocationMetadata, out *softwarecomposition.LocationMetadata, s conversion.Scope) error

Convert_v1beta1_LocationMetadata_To_softwarecomposition_LocationMetadata is an autogenerated conversion function.

func Convert_v1beta1_Location_To_softwarecomposition_Location added in v0.0.42

func Convert_v1beta1_Location_To_softwarecomposition_Location(in *Location, out *softwarecomposition.Location, s conversion.Scope) error

Convert_v1beta1_Location_To_softwarecomposition_Location is an autogenerated conversion function.

func Convert_v1beta1_MatchDetails_To_softwarecomposition_MatchDetails

func Convert_v1beta1_MatchDetails_To_softwarecomposition_MatchDetails(in *MatchDetails, out *softwarecomposition.MatchDetails, s conversion.Scope) error

Convert_v1beta1_MatchDetails_To_softwarecomposition_MatchDetails is an autogenerated conversion function.

func Convert_v1beta1_Match_To_softwarecomposition_Match

func Convert_v1beta1_Match_To_softwarecomposition_Match(in *Match, out *softwarecomposition.Match, s conversion.Scope) error

Convert_v1beta1_Match_To_softwarecomposition_Match is an autogenerated conversion function.

func Convert_v1beta1_Metadata_To_softwarecomposition_Metadata added in v0.0.29

func Convert_v1beta1_Metadata_To_softwarecomposition_Metadata(in *Metadata, out *softwarecomposition.Metadata, s conversion.Scope) error

Convert_v1beta1_Metadata_To_softwarecomposition_Metadata is an autogenerated conversion function.

func Convert_v1beta1_NetworkNeighbor_To_softwarecomposition_NetworkNeighbor added in v0.0.33

func Convert_v1beta1_NetworkNeighbor_To_softwarecomposition_NetworkNeighbor(in *NetworkNeighbor, out *softwarecomposition.NetworkNeighbor, s conversion.Scope) error

Convert_v1beta1_NetworkNeighbor_To_softwarecomposition_NetworkNeighbor is an autogenerated conversion function.

func Convert_v1beta1_NetworkNeighborhoodContainer_To_softwarecomposition_NetworkNeighborhoodContainer added in v0.0.81

func Convert_v1beta1_NetworkNeighborhoodContainer_To_softwarecomposition_NetworkNeighborhoodContainer(in *NetworkNeighborhoodContainer, out *softwarecomposition.NetworkNeighborhoodContainer, s conversion.Scope) error

Convert_v1beta1_NetworkNeighborhoodContainer_To_softwarecomposition_NetworkNeighborhoodContainer is an autogenerated conversion function.

func Convert_v1beta1_NetworkNeighborhoodList_To_softwarecomposition_NetworkNeighborhoodList added in v0.0.81

func Convert_v1beta1_NetworkNeighborhoodList_To_softwarecomposition_NetworkNeighborhoodList(in *NetworkNeighborhoodList, out *softwarecomposition.NetworkNeighborhoodList, s conversion.Scope) error

Convert_v1beta1_NetworkNeighborhoodList_To_softwarecomposition_NetworkNeighborhoodList is an autogenerated conversion function.

func Convert_v1beta1_NetworkNeighborhoodSpec_To_softwarecomposition_NetworkNeighborhoodSpec added in v0.0.81

func Convert_v1beta1_NetworkNeighborhoodSpec_To_softwarecomposition_NetworkNeighborhoodSpec(in *NetworkNeighborhoodSpec, out *softwarecomposition.NetworkNeighborhoodSpec, s conversion.Scope) error

Convert_v1beta1_NetworkNeighborhoodSpec_To_softwarecomposition_NetworkNeighborhoodSpec is an autogenerated conversion function.

func Convert_v1beta1_NetworkNeighborhood_To_softwarecomposition_NetworkNeighborhood added in v0.0.81

func Convert_v1beta1_NetworkNeighborhood_To_softwarecomposition_NetworkNeighborhood(in *NetworkNeighborhood, out *softwarecomposition.NetworkNeighborhood, s conversion.Scope) error

Convert_v1beta1_NetworkNeighborhood_To_softwarecomposition_NetworkNeighborhood is an autogenerated conversion function.

func Convert_v1beta1_NetworkNeighborsList_To_softwarecomposition_NetworkNeighborsList added in v0.0.33

func Convert_v1beta1_NetworkNeighborsList_To_softwarecomposition_NetworkNeighborsList(in *NetworkNeighborsList, out *softwarecomposition.NetworkNeighborsList, s conversion.Scope) error

Convert_v1beta1_NetworkNeighborsList_To_softwarecomposition_NetworkNeighborsList is an autogenerated conversion function.

func Convert_v1beta1_NetworkNeighborsSpec_To_softwarecomposition_NetworkNeighborsSpec added in v0.0.33

func Convert_v1beta1_NetworkNeighborsSpec_To_softwarecomposition_NetworkNeighborsSpec(in *NetworkNeighborsSpec, out *softwarecomposition.NetworkNeighborsSpec, s conversion.Scope) error

Convert_v1beta1_NetworkNeighborsSpec_To_softwarecomposition_NetworkNeighborsSpec is an autogenerated conversion function.

func Convert_v1beta1_NetworkNeighbors_To_softwarecomposition_NetworkNeighbors added in v0.0.33

func Convert_v1beta1_NetworkNeighbors_To_softwarecomposition_NetworkNeighbors(in *NetworkNeighbors, out *softwarecomposition.NetworkNeighbors, s conversion.Scope) error

Convert_v1beta1_NetworkNeighbors_To_softwarecomposition_NetworkNeighbors is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyEgressRule_To_softwarecomposition_NetworkPolicyEgressRule added in v0.0.33

func Convert_v1beta1_NetworkPolicyEgressRule_To_softwarecomposition_NetworkPolicyEgressRule(in *NetworkPolicyEgressRule, out *softwarecomposition.NetworkPolicyEgressRule, s conversion.Scope) error

Convert_v1beta1_NetworkPolicyEgressRule_To_softwarecomposition_NetworkPolicyEgressRule is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyIngressRule_To_softwarecomposition_NetworkPolicyIngressRule added in v0.0.33

func Convert_v1beta1_NetworkPolicyIngressRule_To_softwarecomposition_NetworkPolicyIngressRule(in *NetworkPolicyIngressRule, out *softwarecomposition.NetworkPolicyIngressRule, s conversion.Scope) error

Convert_v1beta1_NetworkPolicyIngressRule_To_softwarecomposition_NetworkPolicyIngressRule is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyList_To_softwarecomposition_NetworkPolicyList added in v0.0.33

func Convert_v1beta1_NetworkPolicyList_To_softwarecomposition_NetworkPolicyList(in *NetworkPolicyList, out *softwarecomposition.NetworkPolicyList, s conversion.Scope) error

Convert_v1beta1_NetworkPolicyList_To_softwarecomposition_NetworkPolicyList is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyPeer_To_softwarecomposition_NetworkPolicyPeer added in v0.0.33

func Convert_v1beta1_NetworkPolicyPeer_To_softwarecomposition_NetworkPolicyPeer(in *NetworkPolicyPeer, out *softwarecomposition.NetworkPolicyPeer, s conversion.Scope) error

Convert_v1beta1_NetworkPolicyPeer_To_softwarecomposition_NetworkPolicyPeer is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyPort_To_softwarecomposition_NetworkPolicyPort added in v0.0.33

func Convert_v1beta1_NetworkPolicyPort_To_softwarecomposition_NetworkPolicyPort(in *NetworkPolicyPort, out *softwarecomposition.NetworkPolicyPort, s conversion.Scope) error

Convert_v1beta1_NetworkPolicyPort_To_softwarecomposition_NetworkPolicyPort is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicySpec_To_softwarecomposition_NetworkPolicySpec added in v0.0.33

func Convert_v1beta1_NetworkPolicySpec_To_softwarecomposition_NetworkPolicySpec(in *NetworkPolicySpec, out *softwarecomposition.NetworkPolicySpec, s conversion.Scope) error

Convert_v1beta1_NetworkPolicySpec_To_softwarecomposition_NetworkPolicySpec is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicyStatus_To_softwarecomposition_NetworkPolicyStatus added in v0.0.33

func Convert_v1beta1_NetworkPolicyStatus_To_softwarecomposition_NetworkPolicyStatus(in *NetworkPolicyStatus, out *softwarecomposition.NetworkPolicyStatus, s conversion.Scope) error

Convert_v1beta1_NetworkPolicyStatus_To_softwarecomposition_NetworkPolicyStatus is an autogenerated conversion function.

func Convert_v1beta1_NetworkPolicy_To_softwarecomposition_NetworkPolicy added in v0.0.33

func Convert_v1beta1_NetworkPolicy_To_softwarecomposition_NetworkPolicy(in *NetworkPolicy, out *softwarecomposition.NetworkPolicy, s conversion.Scope) error

Convert_v1beta1_NetworkPolicy_To_softwarecomposition_NetworkPolicy is an autogenerated conversion function.

func Convert_v1beta1_NetworkPort_To_softwarecomposition_NetworkPort added in v0.0.33

func Convert_v1beta1_NetworkPort_To_softwarecomposition_NetworkPort(in *NetworkPort, out *softwarecomposition.NetworkPort, s conversion.Scope) error

Convert_v1beta1_NetworkPort_To_softwarecomposition_NetworkPort is an autogenerated conversion function.

func Convert_v1beta1_OpenCalls_To_softwarecomposition_OpenCalls added in v0.0.22

func Convert_v1beta1_OpenCalls_To_softwarecomposition_OpenCalls(in *OpenCalls, out *softwarecomposition.OpenCalls, s conversion.Scope) error

Convert_v1beta1_OpenCalls_To_softwarecomposition_OpenCalls is an autogenerated conversion function.

func Convert_v1beta1_OpenVulnerabilityExchangeContainerList_To_softwarecomposition_OpenVulnerabilityExchangeContainerList added in v0.0.29

func Convert_v1beta1_OpenVulnerabilityExchangeContainerList_To_softwarecomposition_OpenVulnerabilityExchangeContainerList(in *OpenVulnerabilityExchangeContainerList, out *softwarecomposition.OpenVulnerabilityExchangeContainerList, s conversion.Scope) error

Convert_v1beta1_OpenVulnerabilityExchangeContainerList_To_softwarecomposition_OpenVulnerabilityExchangeContainerList is an autogenerated conversion function.

func Convert_v1beta1_OpenVulnerabilityExchangeContainer_To_softwarecomposition_OpenVulnerabilityExchangeContainer added in v0.0.29

func Convert_v1beta1_OpenVulnerabilityExchangeContainer_To_softwarecomposition_OpenVulnerabilityExchangeContainer(in *OpenVulnerabilityExchangeContainer, out *softwarecomposition.OpenVulnerabilityExchangeContainer, s conversion.Scope) error

Convert_v1beta1_OpenVulnerabilityExchangeContainer_To_softwarecomposition_OpenVulnerabilityExchangeContainer is an autogenerated conversion function.

func Convert_v1beta1_PackageBasicDataV01011_To_softwarecomposition_PackageBasicDataV01011 added in v0.0.89

func Convert_v1beta1_PackageBasicDataV01011_To_softwarecomposition_PackageBasicDataV01011(in *PackageBasicDataV01011, out *softwarecomposition.PackageBasicDataV01011, s conversion.Scope) error

Convert_v1beta1_PackageBasicDataV01011_To_softwarecomposition_PackageBasicDataV01011 is an autogenerated conversion function.

func Convert_v1beta1_PackageBasicData_To_softwarecomposition_PackageBasicData added in v0.0.42

func Convert_v1beta1_PackageBasicData_To_softwarecomposition_PackageBasicData(in *PackageBasicData, out *softwarecomposition.PackageBasicData, s conversion.Scope) error

Convert_v1beta1_PackageBasicData_To_softwarecomposition_PackageBasicData is an autogenerated conversion function.

func Convert_v1beta1_PackageCustomData_To_softwarecomposition_PackageCustomData added in v0.0.42

func Convert_v1beta1_PackageCustomData_To_softwarecomposition_PackageCustomData(in *PackageCustomData, out *softwarecomposition.PackageCustomData, s conversion.Scope) error

Convert_v1beta1_PackageCustomData_To_softwarecomposition_PackageCustomData is an autogenerated conversion function.

func Convert_v1beta1_PolicyRef_To_softwarecomposition_PolicyRef added in v0.0.33

func Convert_v1beta1_PolicyRef_To_softwarecomposition_PolicyRef(in *PolicyRef, out *softwarecomposition.PolicyRef, s conversion.Scope) error

Convert_v1beta1_PolicyRef_To_softwarecomposition_PolicyRef is an autogenerated conversion function.

func Convert_v1beta1_Product_To_softwarecomposition_Product added in v0.0.29

func Convert_v1beta1_Product_To_softwarecomposition_Product(in *Product, out *softwarecomposition.Product, s conversion.Scope) error

Convert_v1beta1_Product_To_softwarecomposition_Product is an autogenerated conversion function.

func Convert_v1beta1_ReportMeta_To_softwarecomposition_ReportMeta

func Convert_v1beta1_ReportMeta_To_softwarecomposition_ReportMeta(in *ReportMeta, out *softwarecomposition.ReportMeta, s conversion.Scope) error

Convert_v1beta1_ReportMeta_To_softwarecomposition_ReportMeta is an autogenerated conversion function.

func Convert_v1beta1_RulePath_To_softwarecomposition_RulePath added in v0.0.16

func Convert_v1beta1_RulePath_To_softwarecomposition_RulePath(in *RulePath, out *softwarecomposition.RulePath, s conversion.Scope) error

Convert_v1beta1_RulePath_To_softwarecomposition_RulePath is an autogenerated conversion function.

func Convert_v1beta1_RuleStatus_To_softwarecomposition_RuleStatus added in v0.0.16

func Convert_v1beta1_RuleStatus_To_softwarecomposition_RuleStatus(in *RuleStatus, out *softwarecomposition.RuleStatus, s conversion.Scope) error

Convert_v1beta1_RuleStatus_To_softwarecomposition_RuleStatus is an autogenerated conversion function.

func Convert_v1beta1_SBOMSyftFilteredList_To_softwarecomposition_SBOMSyftFilteredList added in v0.0.42

func Convert_v1beta1_SBOMSyftFilteredList_To_softwarecomposition_SBOMSyftFilteredList(in *SBOMSyftFilteredList, out *softwarecomposition.SBOMSyftFilteredList, s conversion.Scope) error

Convert_v1beta1_SBOMSyftFilteredList_To_softwarecomposition_SBOMSyftFilteredList is an autogenerated conversion function.

func Convert_v1beta1_SBOMSyftFiltered_To_softwarecomposition_SBOMSyftFiltered added in v0.0.42

func Convert_v1beta1_SBOMSyftFiltered_To_softwarecomposition_SBOMSyftFiltered(in *SBOMSyftFiltered, out *softwarecomposition.SBOMSyftFiltered, s conversion.Scope) error

Convert_v1beta1_SBOMSyftFiltered_To_softwarecomposition_SBOMSyftFiltered is an autogenerated conversion function.

func Convert_v1beta1_SBOMSyftList_To_softwarecomposition_SBOMSyftList added in v0.0.42

func Convert_v1beta1_SBOMSyftList_To_softwarecomposition_SBOMSyftList(in *SBOMSyftList, out *softwarecomposition.SBOMSyftList, s conversion.Scope) error

Convert_v1beta1_SBOMSyftList_To_softwarecomposition_SBOMSyftList is an autogenerated conversion function.

func Convert_v1beta1_SBOMSyftSpec_To_softwarecomposition_SBOMSyftSpec added in v0.0.42

func Convert_v1beta1_SBOMSyftSpec_To_softwarecomposition_SBOMSyftSpec(in *SBOMSyftSpec, out *softwarecomposition.SBOMSyftSpec, s conversion.Scope) error

Convert_v1beta1_SBOMSyftSpec_To_softwarecomposition_SBOMSyftSpec is an autogenerated conversion function.

func Convert_v1beta1_SBOMSyftStatus_To_softwarecomposition_SBOMSyftStatus added in v0.0.42

func Convert_v1beta1_SBOMSyftStatus_To_softwarecomposition_SBOMSyftStatus(in *SBOMSyftStatus, out *softwarecomposition.SBOMSyftStatus, s conversion.Scope) error

Convert_v1beta1_SBOMSyftStatus_To_softwarecomposition_SBOMSyftStatus is an autogenerated conversion function.

func Convert_v1beta1_SBOMSyft_To_softwarecomposition_SBOMSyft added in v0.0.42

func Convert_v1beta1_SBOMSyft_To_softwarecomposition_SBOMSyft(in *SBOMSyft, out *softwarecomposition.SBOMSyft, s conversion.Scope) error

Convert_v1beta1_SBOMSyft_To_softwarecomposition_SBOMSyft is an autogenerated conversion function.

func Convert_v1beta1_SPDXMeta_To_softwarecomposition_SPDXMeta

func Convert_v1beta1_SPDXMeta_To_softwarecomposition_SPDXMeta(in *SPDXMeta, out *softwarecomposition.SPDXMeta, s conversion.Scope) error

Convert_v1beta1_SPDXMeta_To_softwarecomposition_SPDXMeta is an autogenerated conversion function.

func Convert_v1beta1_ScannedControlRule_To_softwarecomposition_ScannedControlRule added in v0.0.16

func Convert_v1beta1_ScannedControlRule_To_softwarecomposition_ScannedControlRule(in *ScannedControlRule, out *softwarecomposition.ScannedControlRule, s conversion.Scope) error

Convert_v1beta1_ScannedControlRule_To_softwarecomposition_ScannedControlRule is an autogenerated conversion function.

func Convert_v1beta1_ScannedControlStatus_To_softwarecomposition_ScannedControlStatus added in v0.0.16

func Convert_v1beta1_ScannedControlStatus_To_softwarecomposition_ScannedControlStatus(in *ScannedControlStatus, out *softwarecomposition.ScannedControlStatus, s conversion.Scope) error

Convert_v1beta1_ScannedControlStatus_To_softwarecomposition_ScannedControlStatus is an autogenerated conversion function.

func Convert_v1beta1_ScannedControlSummary_To_softwarecomposition_ScannedControlSummary added in v0.0.16

func Convert_v1beta1_ScannedControlSummary_To_softwarecomposition_ScannedControlSummary(in *ScannedControlSummary, out *softwarecomposition.ScannedControlSummary, s conversion.Scope) error

Convert_v1beta1_ScannedControlSummary_To_softwarecomposition_ScannedControlSummary is an autogenerated conversion function.

func Convert_v1beta1_ScannedControl_To_softwarecomposition_ScannedControl added in v0.0.16

func Convert_v1beta1_ScannedControl_To_softwarecomposition_ScannedControl(in *ScannedControl, out *softwarecomposition.ScannedControl, s conversion.Scope) error

Convert_v1beta1_ScannedControl_To_softwarecomposition_ScannedControl is an autogenerated conversion function.

func Convert_v1beta1_Schema_To_softwarecomposition_Schema added in v0.0.42

func Convert_v1beta1_Schema_To_softwarecomposition_Schema(in *Schema, out *softwarecomposition.Schema, s conversion.Scope) error

Convert_v1beta1_Schema_To_softwarecomposition_Schema is an autogenerated conversion function.

func Convert_v1beta1_SeccompProfileList_To_softwarecomposition_SeccompProfileList added in v0.0.89

func Convert_v1beta1_SeccompProfileList_To_softwarecomposition_SeccompProfileList(in *SeccompProfileList, out *softwarecomposition.SeccompProfileList, s conversion.Scope) error

Convert_v1beta1_SeccompProfileList_To_softwarecomposition_SeccompProfileList is an autogenerated conversion function.

func Convert_v1beta1_SeccompProfileSpec_To_softwarecomposition_SeccompProfileSpec added in v0.0.89

func Convert_v1beta1_SeccompProfileSpec_To_softwarecomposition_SeccompProfileSpec(in *SeccompProfileSpec, out *softwarecomposition.SeccompProfileSpec, s conversion.Scope) error

Convert_v1beta1_SeccompProfileSpec_To_softwarecomposition_SeccompProfileSpec is an autogenerated conversion function.

func Convert_v1beta1_SeccompProfileStatus_To_softwarecomposition_SeccompProfileStatus added in v0.0.89

func Convert_v1beta1_SeccompProfileStatus_To_softwarecomposition_SeccompProfileStatus(in *SeccompProfileStatus, out *softwarecomposition.SeccompProfileStatus, s conversion.Scope) error

Convert_v1beta1_SeccompProfileStatus_To_softwarecomposition_SeccompProfileStatus is an autogenerated conversion function.

func Convert_v1beta1_SeccompProfile_To_softwarecomposition_SeccompProfile added in v0.0.89

func Convert_v1beta1_SeccompProfile_To_softwarecomposition_SeccompProfile(in *SeccompProfile, out *softwarecomposition.SeccompProfile, s conversion.Scope) error

Convert_v1beta1_SeccompProfile_To_softwarecomposition_SeccompProfile is an autogenerated conversion function.

func Convert_v1beta1_ServiceBackendPort_To_softwarecomposition_ServiceBackendPort added in v0.0.33

func Convert_v1beta1_ServiceBackendPort_To_softwarecomposition_ServiceBackendPort(in *ServiceBackendPort, out *softwarecomposition.ServiceBackendPort, s conversion.Scope) error

Convert_v1beta1_ServiceBackendPort_To_softwarecomposition_ServiceBackendPort is an autogenerated conversion function.

func Convert_v1beta1_SeveritySummary_To_softwarecomposition_SeveritySummary added in v0.0.7

func Convert_v1beta1_SeveritySummary_To_softwarecomposition_SeveritySummary(in *SeveritySummary, out *softwarecomposition.SeveritySummary, s conversion.Scope) error

Convert_v1beta1_SeveritySummary_To_softwarecomposition_SeveritySummary is an autogenerated conversion function.

func Convert_v1beta1_SingleSeccompProfileSpec_To_softwarecomposition_SingleSeccompProfileSpec added in v0.0.89

func Convert_v1beta1_SingleSeccompProfileSpec_To_softwarecomposition_SingleSeccompProfileSpec(in *SingleSeccompProfileSpec, out *softwarecomposition.SingleSeccompProfileSpec, s conversion.Scope) error

Convert_v1beta1_SingleSeccompProfileSpec_To_softwarecomposition_SingleSeccompProfileSpec is an autogenerated conversion function.

func Convert_v1beta1_SingleSeccompProfileStatus_To_softwarecomposition_SingleSeccompProfileStatus added in v0.0.89

func Convert_v1beta1_SingleSeccompProfileStatus_To_softwarecomposition_SingleSeccompProfileStatus(in *SingleSeccompProfileStatus, out *softwarecomposition.SingleSeccompProfileStatus, s conversion.Scope) error

Convert_v1beta1_SingleSeccompProfileStatus_To_softwarecomposition_SingleSeccompProfileStatus is an autogenerated conversion function.

func Convert_v1beta1_SingleSeccompProfile_To_softwarecomposition_SingleSeccompProfile added in v0.0.89

func Convert_v1beta1_SingleSeccompProfile_To_softwarecomposition_SingleSeccompProfile(in *SingleSeccompProfile, out *softwarecomposition.SingleSeccompProfile, s conversion.Scope) error

Convert_v1beta1_SingleSeccompProfile_To_softwarecomposition_SingleSeccompProfile is an autogenerated conversion function.

func Convert_v1beta1_Source_To_softwarecomposition_Source

func Convert_v1beta1_Source_To_softwarecomposition_Source(in *Source, out *softwarecomposition.Source, s conversion.Scope) error

Convert_v1beta1_Source_To_softwarecomposition_Source is an autogenerated conversion function.

func Convert_v1beta1_SpecBase_To_softwarecomposition_SpecBase added in v0.0.89

func Convert_v1beta1_SpecBase_To_softwarecomposition_SpecBase(in *SpecBase, out *softwarecomposition.SpecBase, s conversion.Scope) error

Convert_v1beta1_SpecBase_To_softwarecomposition_SpecBase is an autogenerated conversion function.

func Convert_v1beta1_Statement_To_softwarecomposition_Statement added in v0.0.29

func Convert_v1beta1_Statement_To_softwarecomposition_Statement(in *Statement, out *softwarecomposition.Statement, s conversion.Scope) error

Convert_v1beta1_Statement_To_softwarecomposition_Statement is an autogenerated conversion function.

func Convert_v1beta1_StatusBase_To_softwarecomposition_StatusBase added in v0.0.89

func Convert_v1beta1_StatusBase_To_softwarecomposition_StatusBase(in *StatusBase, out *softwarecomposition.StatusBase, s conversion.Scope) error

Convert_v1beta1_StatusBase_To_softwarecomposition_StatusBase is an autogenerated conversion function.

func Convert_v1beta1_Subcomponent_To_softwarecomposition_Subcomponent added in v0.0.29

func Convert_v1beta1_Subcomponent_To_softwarecomposition_Subcomponent(in *Subcomponent, out *softwarecomposition.Subcomponent, s conversion.Scope) error

Convert_v1beta1_Subcomponent_To_softwarecomposition_Subcomponent is an autogenerated conversion function.

func Convert_v1beta1_SyftCoordinates_To_softwarecomposition_SyftCoordinates

func Convert_v1beta1_SyftCoordinates_To_softwarecomposition_SyftCoordinates(in *SyftCoordinates, out *softwarecomposition.SyftCoordinates, s conversion.Scope) error

Convert_v1beta1_SyftCoordinates_To_softwarecomposition_SyftCoordinates is an autogenerated conversion function.

func Convert_v1beta1_SyftDescriptor_To_softwarecomposition_SyftDescriptor added in v0.0.42

func Convert_v1beta1_SyftDescriptor_To_softwarecomposition_SyftDescriptor(in *SyftDescriptor, out *softwarecomposition.SyftDescriptor, s conversion.Scope) error

Convert_v1beta1_SyftDescriptor_To_softwarecomposition_SyftDescriptor is an autogenerated conversion function.

func Convert_v1beta1_SyftDocument_To_softwarecomposition_SyftDocument added in v0.0.42

func Convert_v1beta1_SyftDocument_To_softwarecomposition_SyftDocument(in *SyftDocument, out *softwarecomposition.SyftDocument, s conversion.Scope) error

Convert_v1beta1_SyftDocument_To_softwarecomposition_SyftDocument is an autogenerated conversion function.

func Convert_v1beta1_SyftFile_To_softwarecomposition_SyftFile added in v0.0.42

func Convert_v1beta1_SyftFile_To_softwarecomposition_SyftFile(in *SyftFile, out *softwarecomposition.SyftFile, s conversion.Scope) error

Convert_v1beta1_SyftFile_To_softwarecomposition_SyftFile is an autogenerated conversion function.

func Convert_v1beta1_SyftPackage_To_softwarecomposition_SyftPackage added in v0.0.42

func Convert_v1beta1_SyftPackage_To_softwarecomposition_SyftPackage(in *SyftPackage, out *softwarecomposition.SyftPackage, s conversion.Scope) error

Convert_v1beta1_SyftPackage_To_softwarecomposition_SyftPackage is an autogenerated conversion function.

func Convert_v1beta1_SyftRelationship_To_softwarecomposition_SyftRelationship added in v0.0.42

func Convert_v1beta1_SyftRelationship_To_softwarecomposition_SyftRelationship(in *SyftRelationship, out *softwarecomposition.SyftRelationship, s conversion.Scope) error

Convert_v1beta1_SyftRelationship_To_softwarecomposition_SyftRelationship is an autogenerated conversion function.

func Convert_v1beta1_SyftSource_To_softwarecomposition_SyftSource added in v0.0.42

func Convert_v1beta1_SyftSource_To_softwarecomposition_SyftSource(in *SyftSource, out *softwarecomposition.SyftSource, s conversion.Scope) error

Convert_v1beta1_SyftSource_To_softwarecomposition_SyftSource is an autogenerated conversion function.

func Convert_v1beta1_Syscall_To_softwarecomposition_Syscall added in v0.0.89

func Convert_v1beta1_Syscall_To_softwarecomposition_Syscall(in *Syscall, out *softwarecomposition.Syscall, s conversion.Scope) error

Convert_v1beta1_Syscall_To_softwarecomposition_Syscall is an autogenerated conversion function.

func Convert_v1beta1_ToolMeta_To_softwarecomposition_ToolMeta

func Convert_v1beta1_ToolMeta_To_softwarecomposition_ToolMeta(in *ToolMeta, out *softwarecomposition.ToolMeta, s conversion.Scope) error

Convert_v1beta1_ToolMeta_To_softwarecomposition_ToolMeta is an autogenerated conversion function.

func Convert_v1beta1_UpstreamPackage_To_softwarecomposition_UpstreamPackage

func Convert_v1beta1_UpstreamPackage_To_softwarecomposition_UpstreamPackage(in *UpstreamPackage, out *softwarecomposition.UpstreamPackage, s conversion.Scope) error

Convert_v1beta1_UpstreamPackage_To_softwarecomposition_UpstreamPackage is an autogenerated conversion function.

func Convert_v1beta1_VEX_To_softwarecomposition_VEX added in v0.0.29

func Convert_v1beta1_VEX_To_softwarecomposition_VEX(in *VEX, out *softwarecomposition.VEX, s conversion.Scope) error

Convert_v1beta1_VEX_To_softwarecomposition_VEX is an autogenerated conversion function.

func Convert_v1beta1_VexVulnerability_To_softwarecomposition_VexVulnerability added in v0.0.29

func Convert_v1beta1_VexVulnerability_To_softwarecomposition_VexVulnerability(in *VexVulnerability, out *softwarecomposition.VexVulnerability, s conversion.Scope) error

Convert_v1beta1_VexVulnerability_To_softwarecomposition_VexVulnerability is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilitiesComponents_To_softwarecomposition_VulnerabilitiesComponents added in v0.0.16

func Convert_v1beta1_VulnerabilitiesComponents_To_softwarecomposition_VulnerabilitiesComponents(in *VulnerabilitiesComponents, out *softwarecomposition.VulnerabilitiesComponents, s conversion.Scope) error

Convert_v1beta1_VulnerabilitiesComponents_To_softwarecomposition_VulnerabilitiesComponents is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilitiesObjScope_To_softwarecomposition_VulnerabilitiesObjScope added in v0.0.16

func Convert_v1beta1_VulnerabilitiesObjScope_To_softwarecomposition_VulnerabilitiesObjScope(in *VulnerabilitiesObjScope, out *softwarecomposition.VulnerabilitiesObjScope, s conversion.Scope) error

Convert_v1beta1_VulnerabilitiesObjScope_To_softwarecomposition_VulnerabilitiesObjScope is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityCounters_To_softwarecomposition_VulnerabilityCounters added in v0.0.7

func Convert_v1beta1_VulnerabilityCounters_To_softwarecomposition_VulnerabilityCounters(in *VulnerabilityCounters, out *softwarecomposition.VulnerabilityCounters, s conversion.Scope) error

Convert_v1beta1_VulnerabilityCounters_To_softwarecomposition_VulnerabilityCounters is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestList_To_softwarecomposition_VulnerabilityManifestList

func Convert_v1beta1_VulnerabilityManifestList_To_softwarecomposition_VulnerabilityManifestList(in *VulnerabilityManifestList, out *softwarecomposition.VulnerabilityManifestList, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestList_To_softwarecomposition_VulnerabilityManifestList is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestMeta_To_softwarecomposition_VulnerabilityManifestMeta

func Convert_v1beta1_VulnerabilityManifestMeta_To_softwarecomposition_VulnerabilityManifestMeta(in *VulnerabilityManifestMeta, out *softwarecomposition.VulnerabilityManifestMeta, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestMeta_To_softwarecomposition_VulnerabilityManifestMeta is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestReportMeta_To_softwarecomposition_VulnerabilityManifestReportMeta

func Convert_v1beta1_VulnerabilityManifestReportMeta_To_softwarecomposition_VulnerabilityManifestReportMeta(in *VulnerabilityManifestReportMeta, out *softwarecomposition.VulnerabilityManifestReportMeta, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestReportMeta_To_softwarecomposition_VulnerabilityManifestReportMeta is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestSpec_To_softwarecomposition_VulnerabilityManifestSpec

func Convert_v1beta1_VulnerabilityManifestSpec_To_softwarecomposition_VulnerabilityManifestSpec(in *VulnerabilityManifestSpec, out *softwarecomposition.VulnerabilityManifestSpec, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestSpec_To_softwarecomposition_VulnerabilityManifestSpec is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestStatus_To_softwarecomposition_VulnerabilityManifestStatus

func Convert_v1beta1_VulnerabilityManifestStatus_To_softwarecomposition_VulnerabilityManifestStatus(in *VulnerabilityManifestStatus, out *softwarecomposition.VulnerabilityManifestStatus, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestStatus_To_softwarecomposition_VulnerabilityManifestStatus is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestSummaryList_To_softwarecomposition_VulnerabilityManifestSummaryList added in v0.0.7

func Convert_v1beta1_VulnerabilityManifestSummaryList_To_softwarecomposition_VulnerabilityManifestSummaryList(in *VulnerabilityManifestSummaryList, out *softwarecomposition.VulnerabilityManifestSummaryList, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestSummaryList_To_softwarecomposition_VulnerabilityManifestSummaryList is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestSummarySpec_To_softwarecomposition_VulnerabilityManifestSummarySpec added in v0.0.7

func Convert_v1beta1_VulnerabilityManifestSummarySpec_To_softwarecomposition_VulnerabilityManifestSummarySpec(in *VulnerabilityManifestSummarySpec, out *softwarecomposition.VulnerabilityManifestSummarySpec, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestSummarySpec_To_softwarecomposition_VulnerabilityManifestSummarySpec is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestSummary_To_softwarecomposition_VulnerabilityManifestSummary added in v0.0.7

func Convert_v1beta1_VulnerabilityManifestSummary_To_softwarecomposition_VulnerabilityManifestSummary(in *VulnerabilityManifestSummary, out *softwarecomposition.VulnerabilityManifestSummary, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestSummary_To_softwarecomposition_VulnerabilityManifestSummary is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifestToolMeta_To_softwarecomposition_VulnerabilityManifestToolMeta

func Convert_v1beta1_VulnerabilityManifestToolMeta_To_softwarecomposition_VulnerabilityManifestToolMeta(in *VulnerabilityManifestToolMeta, out *softwarecomposition.VulnerabilityManifestToolMeta, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifestToolMeta_To_softwarecomposition_VulnerabilityManifestToolMeta is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityManifest_To_softwarecomposition_VulnerabilityManifest

func Convert_v1beta1_VulnerabilityManifest_To_softwarecomposition_VulnerabilityManifest(in *VulnerabilityManifest, out *softwarecomposition.VulnerabilityManifest, s conversion.Scope) error

Convert_v1beta1_VulnerabilityManifest_To_softwarecomposition_VulnerabilityManifest is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilityMetadata_To_softwarecomposition_VulnerabilityMetadata

func Convert_v1beta1_VulnerabilityMetadata_To_softwarecomposition_VulnerabilityMetadata(in *VulnerabilityMetadata, out *softwarecomposition.VulnerabilityMetadata, s conversion.Scope) error

Convert_v1beta1_VulnerabilityMetadata_To_softwarecomposition_VulnerabilityMetadata is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilitySummaryList_To_softwarecomposition_VulnerabilitySummaryList added in v0.0.20

func Convert_v1beta1_VulnerabilitySummaryList_To_softwarecomposition_VulnerabilitySummaryList(in *VulnerabilitySummaryList, out *softwarecomposition.VulnerabilitySummaryList, s conversion.Scope) error

Convert_v1beta1_VulnerabilitySummaryList_To_softwarecomposition_VulnerabilitySummaryList is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilitySummarySpec_To_softwarecomposition_VulnerabilitySummarySpec added in v0.0.20

func Convert_v1beta1_VulnerabilitySummarySpec_To_softwarecomposition_VulnerabilitySummarySpec(in *VulnerabilitySummarySpec, out *softwarecomposition.VulnerabilitySummarySpec, s conversion.Scope) error

Convert_v1beta1_VulnerabilitySummarySpec_To_softwarecomposition_VulnerabilitySummarySpec is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilitySummaryStatus_To_softwarecomposition_VulnerabilitySummaryStatus added in v0.0.20

func Convert_v1beta1_VulnerabilitySummaryStatus_To_softwarecomposition_VulnerabilitySummaryStatus(in *VulnerabilitySummaryStatus, out *softwarecomposition.VulnerabilitySummaryStatus, s conversion.Scope) error

Convert_v1beta1_VulnerabilitySummaryStatus_To_softwarecomposition_VulnerabilitySummaryStatus is an autogenerated conversion function.

func Convert_v1beta1_VulnerabilitySummary_To_softwarecomposition_VulnerabilitySummary added in v0.0.20

func Convert_v1beta1_VulnerabilitySummary_To_softwarecomposition_VulnerabilitySummary(in *VulnerabilitySummary, out *softwarecomposition.VulnerabilitySummary, s conversion.Scope) error

Convert_v1beta1_VulnerabilitySummary_To_softwarecomposition_VulnerabilitySummary is an autogenerated conversion function.

func Convert_v1beta1_Vulnerability_To_softwarecomposition_Vulnerability

func Convert_v1beta1_Vulnerability_To_softwarecomposition_Vulnerability(in *Vulnerability, out *softwarecomposition.Vulnerability, s conversion.Scope) error

Convert_v1beta1_Vulnerability_To_softwarecomposition_Vulnerability is an autogenerated conversion function.

func Convert_v1beta1_WorkloadConfigurationScanList_To_softwarecomposition_WorkloadConfigurationScanList added in v0.0.16

func Convert_v1beta1_WorkloadConfigurationScanList_To_softwarecomposition_WorkloadConfigurationScanList(in *WorkloadConfigurationScanList, out *softwarecomposition.WorkloadConfigurationScanList, s conversion.Scope) error

Convert_v1beta1_WorkloadConfigurationScanList_To_softwarecomposition_WorkloadConfigurationScanList is an autogenerated conversion function.

func Convert_v1beta1_WorkloadConfigurationScanSeveritiesSummary_To_softwarecomposition_WorkloadConfigurationScanSeveritiesSummary added in v0.0.16

func Convert_v1beta1_WorkloadConfigurationScanSeveritiesSummary_To_softwarecomposition_WorkloadConfigurationScanSeveritiesSummary(in *WorkloadConfigurationScanSeveritiesSummary, out *softwarecomposition.WorkloadConfigurationScanSeveritiesSummary, s conversion.Scope) error

Convert_v1beta1_WorkloadConfigurationScanSeveritiesSummary_To_softwarecomposition_WorkloadConfigurationScanSeveritiesSummary is an autogenerated conversion function.

func Convert_v1beta1_WorkloadConfigurationScanSpec_To_softwarecomposition_WorkloadConfigurationScanSpec added in v0.0.16

func Convert_v1beta1_WorkloadConfigurationScanSpec_To_softwarecomposition_WorkloadConfigurationScanSpec(in *WorkloadConfigurationScanSpec, out *softwarecomposition.WorkloadConfigurationScanSpec, s conversion.Scope) error

Convert_v1beta1_WorkloadConfigurationScanSpec_To_softwarecomposition_WorkloadConfigurationScanSpec is an autogenerated conversion function.

func Convert_v1beta1_WorkloadConfigurationScanSummaryIdentifier_To_softwarecomposition_WorkloadConfigurationScanSummaryIdentifier added in v0.0.18

func Convert_v1beta1_WorkloadConfigurationScanSummaryIdentifier_To_softwarecomposition_WorkloadConfigurationScanSummaryIdentifier(in *WorkloadConfigurationScanSummaryIdentifier, out *softwarecomposition.WorkloadConfigurationScanSummaryIdentifier, s conversion.Scope) error

Convert_v1beta1_WorkloadConfigurationScanSummaryIdentifier_To_softwarecomposition_WorkloadConfigurationScanSummaryIdentifier is an autogenerated conversion function.

func Convert_v1beta1_WorkloadConfigurationScanSummaryList_To_softwarecomposition_WorkloadConfigurationScanSummaryList added in v0.0.16

func Convert_v1beta1_WorkloadConfigurationScanSummaryList_To_softwarecomposition_WorkloadConfigurationScanSummaryList(in *WorkloadConfigurationScanSummaryList, out *softwarecomposition.WorkloadConfigurationScanSummaryList, s conversion.Scope) error

Convert_v1beta1_WorkloadConfigurationScanSummaryList_To_softwarecomposition_WorkloadConfigurationScanSummaryList is an autogenerated conversion function.

func Convert_v1beta1_WorkloadConfigurationScanSummarySpec_To_softwarecomposition_WorkloadConfigurationScanSummarySpec added in v0.0.16

func Convert_v1beta1_WorkloadConfigurationScanSummarySpec_To_softwarecomposition_WorkloadConfigurationScanSummarySpec(in *WorkloadConfigurationScanSummarySpec, out *softwarecomposition.WorkloadConfigurationScanSummarySpec, s conversion.Scope) error

Convert_v1beta1_WorkloadConfigurationScanSummarySpec_To_softwarecomposition_WorkloadConfigurationScanSummarySpec is an autogenerated conversion function.

func Convert_v1beta1_WorkloadConfigurationScanSummary_To_softwarecomposition_WorkloadConfigurationScanSummary added in v0.0.16

func Convert_v1beta1_WorkloadConfigurationScanSummary_To_softwarecomposition_WorkloadConfigurationScanSummary(in *WorkloadConfigurationScanSummary, out *softwarecomposition.WorkloadConfigurationScanSummary, s conversion.Scope) error

Convert_v1beta1_WorkloadConfigurationScanSummary_To_softwarecomposition_WorkloadConfigurationScanSummary is an autogenerated conversion function.

func Convert_v1beta1_WorkloadConfigurationScan_To_softwarecomposition_WorkloadConfigurationScan added in v0.0.16

func Convert_v1beta1_WorkloadConfigurationScan_To_softwarecomposition_WorkloadConfigurationScan(in *WorkloadConfigurationScan, out *softwarecomposition.WorkloadConfigurationScan, s conversion.Scope) error

Convert_v1beta1_WorkloadConfigurationScan_To_softwarecomposition_WorkloadConfigurationScan is an autogenerated conversion function.

func Convert_v1beta1_WorkloadScanRelatedObject_To_softwarecomposition_WorkloadScanRelatedObject added in v0.0.16

func Convert_v1beta1_WorkloadScanRelatedObject_To_softwarecomposition_WorkloadScanRelatedObject(in *WorkloadScanRelatedObject, out *softwarecomposition.WorkloadScanRelatedObject, s conversion.Scope) error

Convert_v1beta1_WorkloadScanRelatedObject_To_softwarecomposition_WorkloadScanRelatedObject is an autogenerated conversion function.

func RegisterConversions

func RegisterConversions(s *runtime.Scheme) error

RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type Advisory

type Advisory struct {
	ID   string `json:"id" protobuf:"bytes,1,req,name=id"`
	Link string `json:"link" protobuf:"bytes,2,req,name=link"`
}

func (*Advisory) DeepCopy

func (in *Advisory) DeepCopy() *Advisory

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Advisory.

func (*Advisory) DeepCopyInto

func (in *Advisory) DeepCopyInto(out *Advisory)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Advisory) Descriptor added in v0.0.111

func (*Advisory) Descriptor() ([]byte, []int)

func (*Advisory) Marshal added in v0.0.111

func (m *Advisory) Marshal() (dAtA []byte, err error)

func (*Advisory) MarshalTo added in v0.0.111

func (m *Advisory) MarshalTo(dAtA []byte) (int, error)

func (*Advisory) MarshalToSizedBuffer added in v0.0.111

func (m *Advisory) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Advisory) ProtoMessage added in v0.0.111

func (*Advisory) ProtoMessage()

func (*Advisory) Reset added in v0.0.111

func (m *Advisory) Reset()

func (*Advisory) Size added in v0.0.111

func (m *Advisory) Size() (n int)

func (*Advisory) String added in v0.0.111

func (this *Advisory) String() string

func (*Advisory) Unmarshal added in v0.0.111

func (m *Advisory) Unmarshal(dAtA []byte) error

func (*Advisory) XXX_DiscardUnknown added in v0.0.111

func (m *Advisory) XXX_DiscardUnknown()

func (*Advisory) XXX_Marshal added in v0.0.111

func (m *Advisory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Advisory) XXX_Merge added in v0.0.111

func (m *Advisory) XXX_Merge(src proto.Message)

func (*Advisory) XXX_Size added in v0.0.111

func (m *Advisory) XXX_Size() int

func (*Advisory) XXX_Unmarshal added in v0.0.111

func (m *Advisory) XXX_Unmarshal(b []byte) error

type Algorithm added in v0.0.29

type Algorithm string

type ApplicationActivity added in v0.0.22

type ApplicationActivity struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   ApplicationActivitySpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status ApplicationActivityStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

func (*ApplicationActivity) DeepCopy added in v0.0.22

func (in *ApplicationActivity) DeepCopy() *ApplicationActivity

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationActivity.

func (*ApplicationActivity) DeepCopyInto added in v0.0.22

func (in *ApplicationActivity) DeepCopyInto(out *ApplicationActivity)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationActivity) DeepCopyObject added in v0.0.22

func (in *ApplicationActivity) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ApplicationActivity) Descriptor added in v0.0.111

func (*ApplicationActivity) Descriptor() ([]byte, []int)

func (*ApplicationActivity) Marshal added in v0.0.111

func (m *ApplicationActivity) Marshal() (dAtA []byte, err error)

func (*ApplicationActivity) MarshalTo added in v0.0.111

func (m *ApplicationActivity) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationActivity) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationActivity) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationActivity) ProtoMessage added in v0.0.111

func (*ApplicationActivity) ProtoMessage()

func (*ApplicationActivity) Reset added in v0.0.111

func (m *ApplicationActivity) Reset()

func (*ApplicationActivity) Size added in v0.0.111

func (m *ApplicationActivity) Size() (n int)

func (*ApplicationActivity) String added in v0.0.111

func (this *ApplicationActivity) String() string

func (*ApplicationActivity) Unmarshal added in v0.0.111

func (m *ApplicationActivity) Unmarshal(dAtA []byte) error

func (*ApplicationActivity) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationActivity) XXX_DiscardUnknown()

func (*ApplicationActivity) XXX_Marshal added in v0.0.111

func (m *ApplicationActivity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationActivity) XXX_Merge added in v0.0.111

func (m *ApplicationActivity) XXX_Merge(src proto.Message)

func (*ApplicationActivity) XXX_Size added in v0.0.111

func (m *ApplicationActivity) XXX_Size() int

func (*ApplicationActivity) XXX_Unmarshal added in v0.0.111

func (m *ApplicationActivity) XXX_Unmarshal(b []byte) error

type ApplicationActivityList added in v0.0.22

type ApplicationActivityList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []ApplicationActivity `json:"items" protobuf:"bytes,2,rep,name=items"`
}

func (*ApplicationActivityList) DeepCopy added in v0.0.22

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationActivityList.

func (*ApplicationActivityList) DeepCopyInto added in v0.0.22

func (in *ApplicationActivityList) DeepCopyInto(out *ApplicationActivityList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationActivityList) DeepCopyObject added in v0.0.22

func (in *ApplicationActivityList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ApplicationActivityList) Descriptor added in v0.0.111

func (*ApplicationActivityList) Descriptor() ([]byte, []int)

func (*ApplicationActivityList) Marshal added in v0.0.111

func (m *ApplicationActivityList) Marshal() (dAtA []byte, err error)

func (*ApplicationActivityList) MarshalTo added in v0.0.111

func (m *ApplicationActivityList) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationActivityList) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationActivityList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationActivityList) ProtoMessage added in v0.0.111

func (*ApplicationActivityList) ProtoMessage()

func (*ApplicationActivityList) Reset added in v0.0.111

func (m *ApplicationActivityList) Reset()

func (*ApplicationActivityList) Size added in v0.0.111

func (m *ApplicationActivityList) Size() (n int)

func (*ApplicationActivityList) String added in v0.0.111

func (this *ApplicationActivityList) String() string

func (*ApplicationActivityList) Unmarshal added in v0.0.111

func (m *ApplicationActivityList) Unmarshal(dAtA []byte) error

func (*ApplicationActivityList) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationActivityList) XXX_DiscardUnknown()

func (*ApplicationActivityList) XXX_Marshal added in v0.0.111

func (m *ApplicationActivityList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationActivityList) XXX_Merge added in v0.0.111

func (m *ApplicationActivityList) XXX_Merge(src proto.Message)

func (*ApplicationActivityList) XXX_Size added in v0.0.111

func (m *ApplicationActivityList) XXX_Size() int

func (*ApplicationActivityList) XXX_Unmarshal added in v0.0.111

func (m *ApplicationActivityList) XXX_Unmarshal(b []byte) error

type ApplicationActivitySpec added in v0.0.22

type ApplicationActivitySpec struct {
	Syscalls []string `json:"syscalls,omitempty" protobuf:"bytes,1,rep,name=syscalls"`
}

func (*ApplicationActivitySpec) DeepCopy added in v0.0.22

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationActivitySpec.

func (*ApplicationActivitySpec) DeepCopyInto added in v0.0.22

func (in *ApplicationActivitySpec) DeepCopyInto(out *ApplicationActivitySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationActivitySpec) Descriptor added in v0.0.111

func (*ApplicationActivitySpec) Descriptor() ([]byte, []int)

func (*ApplicationActivitySpec) Marshal added in v0.0.111

func (m *ApplicationActivitySpec) Marshal() (dAtA []byte, err error)

func (*ApplicationActivitySpec) MarshalTo added in v0.0.111

func (m *ApplicationActivitySpec) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationActivitySpec) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationActivitySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationActivitySpec) ProtoMessage added in v0.0.111

func (*ApplicationActivitySpec) ProtoMessage()

func (*ApplicationActivitySpec) Reset added in v0.0.111

func (m *ApplicationActivitySpec) Reset()

func (*ApplicationActivitySpec) Size added in v0.0.111

func (m *ApplicationActivitySpec) Size() (n int)

func (*ApplicationActivitySpec) String added in v0.0.111

func (this *ApplicationActivitySpec) String() string

func (*ApplicationActivitySpec) Unmarshal added in v0.0.111

func (m *ApplicationActivitySpec) Unmarshal(dAtA []byte) error

func (*ApplicationActivitySpec) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationActivitySpec) XXX_DiscardUnknown()

func (*ApplicationActivitySpec) XXX_Marshal added in v0.0.111

func (m *ApplicationActivitySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationActivitySpec) XXX_Merge added in v0.0.111

func (m *ApplicationActivitySpec) XXX_Merge(src proto.Message)

func (*ApplicationActivitySpec) XXX_Size added in v0.0.111

func (m *ApplicationActivitySpec) XXX_Size() int

func (*ApplicationActivitySpec) XXX_Unmarshal added in v0.0.111

func (m *ApplicationActivitySpec) XXX_Unmarshal(b []byte) error

type ApplicationActivityStatus added in v0.0.22

type ApplicationActivityStatus struct {
}

func (*ApplicationActivityStatus) DeepCopy added in v0.0.22

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationActivityStatus.

func (*ApplicationActivityStatus) DeepCopyInto added in v0.0.22

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationActivityStatus) Descriptor added in v0.0.111

func (*ApplicationActivityStatus) Descriptor() ([]byte, []int)

func (*ApplicationActivityStatus) Marshal added in v0.0.111

func (m *ApplicationActivityStatus) Marshal() (dAtA []byte, err error)

func (*ApplicationActivityStatus) MarshalTo added in v0.0.111

func (m *ApplicationActivityStatus) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationActivityStatus) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationActivityStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationActivityStatus) ProtoMessage added in v0.0.111

func (*ApplicationActivityStatus) ProtoMessage()

func (*ApplicationActivityStatus) Reset added in v0.0.111

func (m *ApplicationActivityStatus) Reset()

func (*ApplicationActivityStatus) Size added in v0.0.111

func (m *ApplicationActivityStatus) Size() (n int)

func (*ApplicationActivityStatus) String added in v0.0.111

func (this *ApplicationActivityStatus) String() string

func (*ApplicationActivityStatus) Unmarshal added in v0.0.111

func (m *ApplicationActivityStatus) Unmarshal(dAtA []byte) error

func (*ApplicationActivityStatus) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationActivityStatus) XXX_DiscardUnknown()

func (*ApplicationActivityStatus) XXX_Marshal added in v0.0.111

func (m *ApplicationActivityStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationActivityStatus) XXX_Merge added in v0.0.111

func (m *ApplicationActivityStatus) XXX_Merge(src proto.Message)

func (*ApplicationActivityStatus) XXX_Size added in v0.0.111

func (m *ApplicationActivityStatus) XXX_Size() int

func (*ApplicationActivityStatus) XXX_Unmarshal added in v0.0.111

func (m *ApplicationActivityStatus) XXX_Unmarshal(b []byte) error

type ApplicationProfile added in v0.0.22

type ApplicationProfile struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   ApplicationProfileSpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status ApplicationProfileStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

func (*ApplicationProfile) DeepCopy added in v0.0.22

func (in *ApplicationProfile) DeepCopy() *ApplicationProfile

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfile.

func (*ApplicationProfile) DeepCopyInto added in v0.0.22

func (in *ApplicationProfile) DeepCopyInto(out *ApplicationProfile)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationProfile) DeepCopyObject added in v0.0.22

func (in *ApplicationProfile) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ApplicationProfile) Descriptor added in v0.0.111

func (*ApplicationProfile) Descriptor() ([]byte, []int)

func (*ApplicationProfile) Marshal added in v0.0.111

func (m *ApplicationProfile) Marshal() (dAtA []byte, err error)

func (*ApplicationProfile) MarshalTo added in v0.0.111

func (m *ApplicationProfile) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationProfile) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationProfile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationProfile) ProtoMessage added in v0.0.111

func (*ApplicationProfile) ProtoMessage()

func (*ApplicationProfile) Reset added in v0.0.111

func (m *ApplicationProfile) Reset()

func (*ApplicationProfile) Size added in v0.0.111

func (m *ApplicationProfile) Size() (n int)

func (*ApplicationProfile) String added in v0.0.111

func (this *ApplicationProfile) String() string

func (*ApplicationProfile) Unmarshal added in v0.0.111

func (m *ApplicationProfile) Unmarshal(dAtA []byte) error

func (*ApplicationProfile) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationProfile) XXX_DiscardUnknown()

func (*ApplicationProfile) XXX_Marshal added in v0.0.111

func (m *ApplicationProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationProfile) XXX_Merge added in v0.0.111

func (m *ApplicationProfile) XXX_Merge(src proto.Message)

func (*ApplicationProfile) XXX_Size added in v0.0.111

func (m *ApplicationProfile) XXX_Size() int

func (*ApplicationProfile) XXX_Unmarshal added in v0.0.111

func (m *ApplicationProfile) XXX_Unmarshal(b []byte) error

type ApplicationProfileContainer added in v0.0.37

type ApplicationProfileContainer struct {
	Name         string   `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"`
	Capabilities []string `json:"capabilities" protobuf:"bytes,2,rep,name=capabilities"`
	// +patchMergeKey=path
	// +patchStrategy=merge
	Execs []ExecCalls `json:"execs" patchStrategy:"merge" patchMergeKey:"path" protobuf:"bytes,3,rep,name=execs"`
	// +patchMergeKey=path
	// +patchStrategy=merge
	Opens          []OpenCalls          `json:"opens" patchStrategy:"merge" patchMergeKey:"path" protobuf:"bytes,4,rep,name=opens"`
	Syscalls       []string             `json:"syscalls" protobuf:"bytes,5,rep,name=syscalls"`
	SeccompProfile SingleSeccompProfile `json:"seccompProfile,omitempty" protobuf:"bytes,6,opt,name=seccompProfile"`
	// +patchStrategy=merge
	// +patchMergeKey=endpoint
	Endpoints []HTTPEndpoint `json:"endpoints" patchStrategy:"merge" patchMergeKey:"endpoint" protobuf:"bytes,7,rep,name=endpoints"`
	ImageID   string         `json:"imageID" protobuf:"bytes,8,opt,name=imageID"`
	ImageTag  string         `json:"imageTag" protobuf:"bytes,9,opt,name=imageTag"`
}

func (*ApplicationProfileContainer) DeepCopy added in v0.0.37

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileContainer.

func (*ApplicationProfileContainer) DeepCopyInto added in v0.0.37

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationProfileContainer) Descriptor added in v0.0.111

func (*ApplicationProfileContainer) Descriptor() ([]byte, []int)

func (*ApplicationProfileContainer) Marshal added in v0.0.111

func (m *ApplicationProfileContainer) Marshal() (dAtA []byte, err error)

func (*ApplicationProfileContainer) MarshalTo added in v0.0.111

func (m *ApplicationProfileContainer) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationProfileContainer) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationProfileContainer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationProfileContainer) ProtoMessage added in v0.0.111

func (*ApplicationProfileContainer) ProtoMessage()

func (*ApplicationProfileContainer) Reset added in v0.0.111

func (m *ApplicationProfileContainer) Reset()

func (*ApplicationProfileContainer) Size added in v0.0.111

func (m *ApplicationProfileContainer) Size() (n int)

func (*ApplicationProfileContainer) String added in v0.0.111

func (this *ApplicationProfileContainer) String() string

func (*ApplicationProfileContainer) Unmarshal added in v0.0.111

func (m *ApplicationProfileContainer) Unmarshal(dAtA []byte) error

func (*ApplicationProfileContainer) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationProfileContainer) XXX_DiscardUnknown()

func (*ApplicationProfileContainer) XXX_Marshal added in v0.0.111

func (m *ApplicationProfileContainer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationProfileContainer) XXX_Merge added in v0.0.111

func (m *ApplicationProfileContainer) XXX_Merge(src proto.Message)

func (*ApplicationProfileContainer) XXX_Size added in v0.0.111

func (m *ApplicationProfileContainer) XXX_Size() int

func (*ApplicationProfileContainer) XXX_Unmarshal added in v0.0.111

func (m *ApplicationProfileContainer) XXX_Unmarshal(b []byte) error

type ApplicationProfileList added in v0.0.22

type ApplicationProfileList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []ApplicationProfile `json:"items" protobuf:"bytes,2,rep,name=items"`
}

func (*ApplicationProfileList) DeepCopy added in v0.0.22

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileList.

func (*ApplicationProfileList) DeepCopyInto added in v0.0.22

func (in *ApplicationProfileList) DeepCopyInto(out *ApplicationProfileList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationProfileList) DeepCopyObject added in v0.0.22

func (in *ApplicationProfileList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ApplicationProfileList) Descriptor added in v0.0.111

func (*ApplicationProfileList) Descriptor() ([]byte, []int)

func (*ApplicationProfileList) Marshal added in v0.0.111

func (m *ApplicationProfileList) Marshal() (dAtA []byte, err error)

func (*ApplicationProfileList) MarshalTo added in v0.0.111

func (m *ApplicationProfileList) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationProfileList) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationProfileList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationProfileList) ProtoMessage added in v0.0.111

func (*ApplicationProfileList) ProtoMessage()

func (*ApplicationProfileList) Reset added in v0.0.111

func (m *ApplicationProfileList) Reset()

func (*ApplicationProfileList) Size added in v0.0.111

func (m *ApplicationProfileList) Size() (n int)

func (*ApplicationProfileList) String added in v0.0.111

func (this *ApplicationProfileList) String() string

func (*ApplicationProfileList) Unmarshal added in v0.0.111

func (m *ApplicationProfileList) Unmarshal(dAtA []byte) error

func (*ApplicationProfileList) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationProfileList) XXX_DiscardUnknown()

func (*ApplicationProfileList) XXX_Marshal added in v0.0.111

func (m *ApplicationProfileList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationProfileList) XXX_Merge added in v0.0.111

func (m *ApplicationProfileList) XXX_Merge(src proto.Message)

func (*ApplicationProfileList) XXX_Size added in v0.0.111

func (m *ApplicationProfileList) XXX_Size() int

func (*ApplicationProfileList) XXX_Unmarshal added in v0.0.111

func (m *ApplicationProfileList) XXX_Unmarshal(b []byte) error

type ApplicationProfileSpec added in v0.0.22

type ApplicationProfileSpec struct {
	Architectures []string `json:"architectures" protobuf:"bytes,1,rep,name=architectures"`
	// +patchMergeKey=name
	// +patchStrategy=merge
	Containers []ApplicationProfileContainer `json:"containers,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,2,rep,name=containers"`
	// +patchMergeKey=name
	// +patchStrategy=merge
	InitContainers []ApplicationProfileContainer `json:"initContainers,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,3,rep,name=initContainers"`
	// +patchMergeKey=name
	// +patchStrategy=merge
	EphemeralContainers []ApplicationProfileContainer `` /* 127-byte string literal not displayed */
}

func (*ApplicationProfileSpec) DeepCopy added in v0.0.22

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileSpec.

func (*ApplicationProfileSpec) DeepCopyInto added in v0.0.22

func (in *ApplicationProfileSpec) DeepCopyInto(out *ApplicationProfileSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationProfileSpec) Descriptor added in v0.0.111

func (*ApplicationProfileSpec) Descriptor() ([]byte, []int)

func (*ApplicationProfileSpec) Marshal added in v0.0.111

func (m *ApplicationProfileSpec) Marshal() (dAtA []byte, err error)

func (*ApplicationProfileSpec) MarshalTo added in v0.0.111

func (m *ApplicationProfileSpec) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationProfileSpec) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationProfileSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationProfileSpec) ProtoMessage added in v0.0.111

func (*ApplicationProfileSpec) ProtoMessage()

func (*ApplicationProfileSpec) Reset added in v0.0.111

func (m *ApplicationProfileSpec) Reset()

func (*ApplicationProfileSpec) Size added in v0.0.111

func (m *ApplicationProfileSpec) Size() (n int)

func (*ApplicationProfileSpec) String added in v0.0.111

func (this *ApplicationProfileSpec) String() string

func (*ApplicationProfileSpec) Unmarshal added in v0.0.111

func (m *ApplicationProfileSpec) Unmarshal(dAtA []byte) error

func (*ApplicationProfileSpec) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationProfileSpec) XXX_DiscardUnknown()

func (*ApplicationProfileSpec) XXX_Marshal added in v0.0.111

func (m *ApplicationProfileSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationProfileSpec) XXX_Merge added in v0.0.111

func (m *ApplicationProfileSpec) XXX_Merge(src proto.Message)

func (*ApplicationProfileSpec) XXX_Size added in v0.0.111

func (m *ApplicationProfileSpec) XXX_Size() int

func (*ApplicationProfileSpec) XXX_Unmarshal added in v0.0.111

func (m *ApplicationProfileSpec) XXX_Unmarshal(b []byte) error

type ApplicationProfileStatus added in v0.0.22

type ApplicationProfileStatus struct {
}

func (*ApplicationProfileStatus) DeepCopy added in v0.0.22

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileStatus.

func (*ApplicationProfileStatus) DeepCopyInto added in v0.0.22

func (in *ApplicationProfileStatus) DeepCopyInto(out *ApplicationProfileStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ApplicationProfileStatus) Descriptor added in v0.0.111

func (*ApplicationProfileStatus) Descriptor() ([]byte, []int)

func (*ApplicationProfileStatus) Marshal added in v0.0.111

func (m *ApplicationProfileStatus) Marshal() (dAtA []byte, err error)

func (*ApplicationProfileStatus) MarshalTo added in v0.0.111

func (m *ApplicationProfileStatus) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationProfileStatus) MarshalToSizedBuffer added in v0.0.111

func (m *ApplicationProfileStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApplicationProfileStatus) ProtoMessage added in v0.0.111

func (*ApplicationProfileStatus) ProtoMessage()

func (*ApplicationProfileStatus) Reset added in v0.0.111

func (m *ApplicationProfileStatus) Reset()

func (*ApplicationProfileStatus) Size added in v0.0.111

func (m *ApplicationProfileStatus) Size() (n int)

func (*ApplicationProfileStatus) String added in v0.0.111

func (this *ApplicationProfileStatus) String() string

func (*ApplicationProfileStatus) Unmarshal added in v0.0.111

func (m *ApplicationProfileStatus) Unmarshal(dAtA []byte) error

func (*ApplicationProfileStatus) XXX_DiscardUnknown added in v0.0.111

func (m *ApplicationProfileStatus) XXX_DiscardUnknown()

func (*ApplicationProfileStatus) XXX_Marshal added in v0.0.111

func (m *ApplicationProfileStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationProfileStatus) XXX_Merge added in v0.0.111

func (m *ApplicationProfileStatus) XXX_Merge(src proto.Message)

func (*ApplicationProfileStatus) XXX_Size added in v0.0.111

func (m *ApplicationProfileStatus) XXX_Size() int

func (*ApplicationProfileStatus) XXX_Unmarshal added in v0.0.111

func (m *ApplicationProfileStatus) XXX_Unmarshal(b []byte) error

type Arch added in v0.0.89

type Arch string

type Arg added in v0.0.89

type Arg struct {
	// the index for syscall arguments in seccomp
	Index uint64 `json:"index" protobuf:"bytes,1,opt,name=index"`
	// the value for syscall arguments in seccomp
	Value uint64 `json:"value,omitempty" protobuf:"bytes,2,opt,name=value"`
	// the value for syscall arguments in seccomp
	ValueTwo uint64 `json:"valueTwo,omitempty" protobuf:"bytes,3,opt,name=valueTwo"`
	// the operator for syscall arguments in seccomp
	Op seccomp.Operator `json:"op" protobuf:"bytes,4,opt,name=op"`
}

Arg defines the specific syscall in seccomp.

func (*Arg) DeepCopy added in v0.0.89

func (in *Arg) DeepCopy() *Arg

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Arg.

func (*Arg) DeepCopyInto added in v0.0.89

func (in *Arg) DeepCopyInto(out *Arg)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Arg) Descriptor added in v0.0.111

func (*Arg) Descriptor() ([]byte, []int)

func (*Arg) Marshal added in v0.0.111

func (m *Arg) Marshal() (dAtA []byte, err error)

func (*Arg) MarshalTo added in v0.0.111

func (m *Arg) MarshalTo(dAtA []byte) (int, error)

func (*Arg) MarshalToSizedBuffer added in v0.0.111

func (m *Arg) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Arg) ProtoMessage added in v0.0.111

func (*Arg) ProtoMessage()

func (*Arg) Reset added in v0.0.111

func (m *Arg) Reset()

func (*Arg) Size added in v0.0.111

func (m *Arg) Size() (n int)

func (*Arg) String added in v0.0.111

func (this *Arg) String() string

func (*Arg) Unmarshal added in v0.0.111

func (m *Arg) Unmarshal(dAtA []byte) error

func (*Arg) XXX_DiscardUnknown added in v0.0.111

func (m *Arg) XXX_DiscardUnknown()

func (*Arg) XXX_Marshal added in v0.0.111

func (m *Arg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Arg) XXX_Merge added in v0.0.111

func (m *Arg) XXX_Merge(src proto.Message)

func (*Arg) XXX_Size added in v0.0.111

func (m *Arg) XXX_Size() int

func (*Arg) XXX_Unmarshal added in v0.0.111

func (m *Arg) XXX_Unmarshal(b []byte) error

type CPE added in v0.0.83

type CPE struct {
	Value  string `json:"cpe" protobuf:"bytes,1,req,name=cpe"`
	Source string `json:"source,omitempty" protobuf:"bytes,2,opt,name=source"`
}

func (*CPE) DeepCopy added in v0.0.83

func (in *CPE) DeepCopy() *CPE

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CPE.

func (*CPE) DeepCopyInto added in v0.0.83

func (in *CPE) DeepCopyInto(out *CPE)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*CPE) Descriptor added in v0.0.111

func (*CPE) Descriptor() ([]byte, []int)

func (*CPE) Marshal added in v0.0.111

func (m *CPE) Marshal() (dAtA []byte, err error)

func (*CPE) MarshalTo added in v0.0.111

func (m *CPE) MarshalTo(dAtA []byte) (int, error)

func (*CPE) MarshalToSizedBuffer added in v0.0.111

func (m *CPE) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CPE) ProtoMessage added in v0.0.111

func (*CPE) ProtoMessage()

func (*CPE) Reset added in v0.0.111

func (m *CPE) Reset()

func (*CPE) Size added in v0.0.111

func (m *CPE) Size() (n int)

func (*CPE) String added in v0.0.111

func (this *CPE) String() string

func (*CPE) Unmarshal added in v0.0.111

func (m *CPE) Unmarshal(dAtA []byte) error

func (*CPE) XXX_DiscardUnknown added in v0.0.111

func (m *CPE) XXX_DiscardUnknown()

func (*CPE) XXX_Marshal added in v0.0.111

func (m *CPE) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CPE) XXX_Merge added in v0.0.111

func (m *CPE) XXX_Merge(src proto.Message)

func (*CPE) XXX_Size added in v0.0.111

func (m *CPE) XXX_Size() int

func (*CPE) XXX_Unmarshal added in v0.0.111

func (m *CPE) XXX_Unmarshal(b []byte) error

type CPEs added in v0.0.83

type CPEs []CPE

func (CPEs) DeepCopy added in v0.0.83

func (in CPEs) DeepCopy() CPEs

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CPEs.

func (CPEs) DeepCopyInto added in v0.0.83

func (in CPEs) DeepCopyInto(out *CPEs)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CommunicationType added in v0.0.33

type CommunicationType string

type Component added in v0.0.29

type Component struct {
	// ID is an IRI identifying the component. It is optional as the component
	// can also be identified using hashes or software identifiers.
	ID string `json:"@id,omitempty" protobuf:"bytes,1,opt,name=id"`

	// Hashes is a map of hashes to identify the component using cryptographic
	// hashes.
	Hashes map[Algorithm]Hash `json:"hashes,omitempty" protobuf:"bytes,2,opt,name=hashes"`

	// Identifiers is a list of software identifiers that describe the component.
	Identifiers map[IdentifierType]string `json:"identifiers,omitempty" protobuf:"bytes,3,opt,name=identifiers"`

	// Supplier is an optional machine-readable identifier for the supplier of
	// the component. Valid examples include email address or IRIs.
	Supplier string `json:"supplier,omitempty" protobuf:"bytes,4,opt,name=supplier"`
}

func (*Component) DeepCopy added in v0.0.29

func (in *Component) DeepCopy() *Component

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Component.

func (*Component) DeepCopyInto added in v0.0.29

func (in *Component) DeepCopyInto(out *Component)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Component) Descriptor added in v0.0.111

func (*Component) Descriptor() ([]byte, []int)

func (*Component) Marshal added in v0.0.111

func (m *Component) Marshal() (dAtA []byte, err error)

func (*Component) MarshalTo added in v0.0.111

func (m *Component) MarshalTo(dAtA []byte) (int, error)

func (*Component) MarshalToSizedBuffer added in v0.0.111

func (m *Component) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Component) ProtoMessage added in v0.0.111

func (*Component) ProtoMessage()

func (*Component) Reset added in v0.0.111

func (m *Component) Reset()

func (*Component) Size added in v0.0.111

func (m *Component) Size() (n int)

func (*Component) String added in v0.0.111

func (this *Component) String() string

func (*Component) Unmarshal added in v0.0.111

func (m *Component) Unmarshal(dAtA []byte) error

func (*Component) XXX_DiscardUnknown added in v0.0.111

func (m *Component) XXX_DiscardUnknown()

func (*Component) XXX_Marshal added in v0.0.111

func (m *Component) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Component) XXX_Merge added in v0.0.111

func (m *Component) XXX_Merge(src proto.Message)

func (*Component) XXX_Size added in v0.0.111

func (m *Component) XXX_Size() int

func (*Component) XXX_Unmarshal added in v0.0.111

func (m *Component) XXX_Unmarshal(b []byte) error

type Condition added in v0.0.89

type Condition struct {
	// Type of this condition. At most one of each condition type may apply to
	// a resource at any point in time.
	Type ConditionType `json:"type" protobuf:"bytes,1,req,name=type"`

	// Status of this condition; is it currently True, False, or Unknown?
	Status corev1.ConditionStatus `json:"status" protobuf:"bytes,2,req,name=status"`

	// LastTransitionTime is the last time this condition transitioned from one
	// status to another.
	LastTransitionTime metav1.Time `json:"lastTransitionTime" protobuf:"bytes,3,req,name=lastTransitionTime"`

	// A Reason for this condition's last transition from one status to another.
	Reason ConditionReason `json:"reason" protobuf:"bytes,4,req,name=reason"`

	// A Message containing details about this condition's last transition from
	// one status to another, if any.
	// +optional
	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
}

func (*Condition) DeepCopy added in v0.0.89

func (in *Condition) DeepCopy() *Condition

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Condition.

func (*Condition) DeepCopyInto added in v0.0.89

func (in *Condition) DeepCopyInto(out *Condition)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Condition) Descriptor added in v0.0.111

func (*Condition) Descriptor() ([]byte, []int)

func (*Condition) Marshal added in v0.0.111

func (m *Condition) Marshal() (dAtA []byte, err error)

func (*Condition) MarshalTo added in v0.0.111

func (m *Condition) MarshalTo(dAtA []byte) (int, error)

func (*Condition) MarshalToSizedBuffer added in v0.0.111

func (m *Condition) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Condition) ProtoMessage added in v0.0.111

func (*Condition) ProtoMessage()

func (*Condition) Reset added in v0.0.111

func (m *Condition) Reset()

func (*Condition) Size added in v0.0.111

func (m *Condition) Size() (n int)

func (*Condition) String added in v0.0.111

func (this *Condition) String() string

func (*Condition) Unmarshal added in v0.0.111

func (m *Condition) Unmarshal(dAtA []byte) error

func (*Condition) XXX_DiscardUnknown added in v0.0.111

func (m *Condition) XXX_DiscardUnknown()

func (*Condition) XXX_Marshal added in v0.0.111

func (m *Condition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Condition) XXX_Merge added in v0.0.111

func (m *Condition) XXX_Merge(src proto.Message)

func (*Condition) XXX_Size added in v0.0.111

func (m *Condition) XXX_Size() int

func (*Condition) XXX_Unmarshal added in v0.0.111

func (m *Condition) XXX_Unmarshal(b []byte) error

type ConditionReason added in v0.0.89

type ConditionReason string

type ConditionType added in v0.0.89

type ConditionType string

type ConditionedStatus added in v0.0.89

type ConditionedStatus struct {
	// Conditions of the resource.
	// +optional
	Conditions []Condition `json:"conditions,omitempty" protobuf:"bytes,1,rep,name=conditions"`
}

func (*ConditionedStatus) DeepCopy added in v0.0.89

func (in *ConditionedStatus) DeepCopy() *ConditionedStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionedStatus.

func (*ConditionedStatus) DeepCopyInto added in v0.0.89

func (in *ConditionedStatus) DeepCopyInto(out *ConditionedStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ConditionedStatus) Descriptor added in v0.0.111

func (*ConditionedStatus) Descriptor() ([]byte, []int)

func (*ConditionedStatus) Marshal added in v0.0.111

func (m *ConditionedStatus) Marshal() (dAtA []byte, err error)

func (*ConditionedStatus) MarshalTo added in v0.0.111

func (m *ConditionedStatus) MarshalTo(dAtA []byte) (int, error)

func (*ConditionedStatus) MarshalToSizedBuffer added in v0.0.111

func (m *ConditionedStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConditionedStatus) ProtoMessage added in v0.0.111

func (*ConditionedStatus) ProtoMessage()

func (*ConditionedStatus) Reset added in v0.0.111

func (m *ConditionedStatus) Reset()

func (*ConditionedStatus) Size added in v0.0.111

func (m *ConditionedStatus) Size() (n int)

func (*ConditionedStatus) String added in v0.0.111

func (this *ConditionedStatus) String() string

func (*ConditionedStatus) Unmarshal added in v0.0.111

func (m *ConditionedStatus) Unmarshal(dAtA []byte) error

func (*ConditionedStatus) XXX_DiscardUnknown added in v0.0.111

func (m *ConditionedStatus) XXX_DiscardUnknown()

func (*ConditionedStatus) XXX_Marshal added in v0.0.111

func (m *ConditionedStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConditionedStatus) XXX_Merge added in v0.0.111

func (m *ConditionedStatus) XXX_Merge(src proto.Message)

func (*ConditionedStatus) XXX_Size added in v0.0.111

func (m *ConditionedStatus) XXX_Size() int

func (*ConditionedStatus) XXX_Unmarshal added in v0.0.111

func (m *ConditionedStatus) XXX_Unmarshal(b []byte) error

type ConfigurationScanSummary added in v0.0.18

type ConfigurationScanSummary struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec ConfigurationScanSummarySpec `json:"spec" protobuf:"bytes,2,req,name=spec"`
}

ConfigurationScanSummary is a summary for a group of WorkloadConfigurationScanSummary objects for a given scope (ex. namespace).

func (*ConfigurationScanSummary) DeepCopy added in v0.0.18

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationScanSummary.

func (*ConfigurationScanSummary) DeepCopyInto added in v0.0.18

func (in *ConfigurationScanSummary) DeepCopyInto(out *ConfigurationScanSummary)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ConfigurationScanSummary) DeepCopyObject added in v0.0.18

func (in *ConfigurationScanSummary) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ConfigurationScanSummary) Descriptor added in v0.0.111

func (*ConfigurationScanSummary) Descriptor() ([]byte, []int)

func (*ConfigurationScanSummary) Marshal added in v0.0.111

func (m *ConfigurationScanSummary) Marshal() (dAtA []byte, err error)

func (*ConfigurationScanSummary) MarshalTo added in v0.0.111

func (m *ConfigurationScanSummary) MarshalTo(dAtA []byte) (int, error)

func (*ConfigurationScanSummary) MarshalToSizedBuffer added in v0.0.111

func (m *ConfigurationScanSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigurationScanSummary) ProtoMessage added in v0.0.111

func (*ConfigurationScanSummary) ProtoMessage()

func (*ConfigurationScanSummary) Reset added in v0.0.111

func (m *ConfigurationScanSummary) Reset()

func (*ConfigurationScanSummary) Size added in v0.0.111

func (m *ConfigurationScanSummary) Size() (n int)

func (*ConfigurationScanSummary) String added in v0.0.111

func (this *ConfigurationScanSummary) String() string

func (*ConfigurationScanSummary) Unmarshal added in v0.0.111

func (m *ConfigurationScanSummary) Unmarshal(dAtA []byte) error

func (*ConfigurationScanSummary) XXX_DiscardUnknown added in v0.0.111

func (m *ConfigurationScanSummary) XXX_DiscardUnknown()

func (*ConfigurationScanSummary) XXX_Marshal added in v0.0.111

func (m *ConfigurationScanSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigurationScanSummary) XXX_Merge added in v0.0.111

func (m *ConfigurationScanSummary) XXX_Merge(src proto.Message)

func (*ConfigurationScanSummary) XXX_Size added in v0.0.111

func (m *ConfigurationScanSummary) XXX_Size() int

func (*ConfigurationScanSummary) XXX_Unmarshal added in v0.0.111

func (m *ConfigurationScanSummary) XXX_Unmarshal(b []byte) error

type ConfigurationScanSummaryList added in v0.0.18

type ConfigurationScanSummaryList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []ConfigurationScanSummary `json:"items" protobuf:"bytes,2,rep,name=items"`
}

ConfigurationScanSummaryList is a list of ConfigurationScanSummary summaries.

func (*ConfigurationScanSummaryList) DeepCopy added in v0.0.18

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationScanSummaryList.

func (*ConfigurationScanSummaryList) DeepCopyInto added in v0.0.18

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ConfigurationScanSummaryList) DeepCopyObject added in v0.0.18

func (in *ConfigurationScanSummaryList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ConfigurationScanSummaryList) Descriptor added in v0.0.111

func (*ConfigurationScanSummaryList) Descriptor() ([]byte, []int)

func (*ConfigurationScanSummaryList) Marshal added in v0.0.111

func (m *ConfigurationScanSummaryList) Marshal() (dAtA []byte, err error)

func (*ConfigurationScanSummaryList) MarshalTo added in v0.0.111

func (m *ConfigurationScanSummaryList) MarshalTo(dAtA []byte) (int, error)

func (*ConfigurationScanSummaryList) MarshalToSizedBuffer added in v0.0.111

func (m *ConfigurationScanSummaryList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigurationScanSummaryList) ProtoMessage added in v0.0.111

func (*ConfigurationScanSummaryList) ProtoMessage()

func (*ConfigurationScanSummaryList) Reset added in v0.0.111

func (m *ConfigurationScanSummaryList) Reset()

func (*ConfigurationScanSummaryList) Size added in v0.0.111

func (m *ConfigurationScanSummaryList) Size() (n int)

func (*ConfigurationScanSummaryList) String added in v0.0.111

func (this *ConfigurationScanSummaryList) String() string

func (*ConfigurationScanSummaryList) Unmarshal added in v0.0.111

func (m *ConfigurationScanSummaryList) Unmarshal(dAtA []byte) error

func (*ConfigurationScanSummaryList) XXX_DiscardUnknown added in v0.0.111

func (m *ConfigurationScanSummaryList) XXX_DiscardUnknown()

func (*ConfigurationScanSummaryList) XXX_Marshal added in v0.0.111

func (m *ConfigurationScanSummaryList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigurationScanSummaryList) XXX_Merge added in v0.0.111

func (m *ConfigurationScanSummaryList) XXX_Merge(src proto.Message)

func (*ConfigurationScanSummaryList) XXX_Size added in v0.0.111

func (m *ConfigurationScanSummaryList) XXX_Size() int

func (*ConfigurationScanSummaryList) XXX_Unmarshal added in v0.0.111

func (m *ConfigurationScanSummaryList) XXX_Unmarshal(b []byte) error

type ConfigurationScanSummarySpec added in v0.0.18

type ConfigurationScanSummarySpec struct {
	Severities                                  WorkloadConfigurationScanSeveritiesSummary   `json:"severities" protobuf:"bytes,1,req,name=severities"`
	WorkloadConfigurationScanSummaryIdentifiers []WorkloadConfigurationScanSummaryIdentifier `json:"summaryRef" protobuf:"bytes,2,rep,name=summaryRef"`
}

func (*ConfigurationScanSummarySpec) DeepCopy added in v0.0.18

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationScanSummarySpec.

func (*ConfigurationScanSummarySpec) DeepCopyInto added in v0.0.18

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ConfigurationScanSummarySpec) Descriptor added in v0.0.111

func (*ConfigurationScanSummarySpec) Descriptor() ([]byte, []int)

func (*ConfigurationScanSummarySpec) Marshal added in v0.0.111

func (m *ConfigurationScanSummarySpec) Marshal() (dAtA []byte, err error)

func (*ConfigurationScanSummarySpec) MarshalTo added in v0.0.111

func (m *ConfigurationScanSummarySpec) MarshalTo(dAtA []byte) (int, error)

func (*ConfigurationScanSummarySpec) MarshalToSizedBuffer added in v0.0.111

func (m *ConfigurationScanSummarySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigurationScanSummarySpec) ProtoMessage added in v0.0.111

func (*ConfigurationScanSummarySpec) ProtoMessage()

func (*ConfigurationScanSummarySpec) Reset added in v0.0.111

func (m *ConfigurationScanSummarySpec) Reset()

func (*ConfigurationScanSummarySpec) Size added in v0.0.111

func (m *ConfigurationScanSummarySpec) Size() (n int)

func (*ConfigurationScanSummarySpec) String added in v0.0.111

func (this *ConfigurationScanSummarySpec) String() string

func (*ConfigurationScanSummarySpec) Unmarshal added in v0.0.111

func (m *ConfigurationScanSummarySpec) Unmarshal(dAtA []byte) error

func (*ConfigurationScanSummarySpec) XXX_DiscardUnknown added in v0.0.111

func (m *ConfigurationScanSummarySpec) XXX_DiscardUnknown()

func (*ConfigurationScanSummarySpec) XXX_Marshal added in v0.0.111

func (m *ConfigurationScanSummarySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigurationScanSummarySpec) XXX_Merge added in v0.0.111

func (m *ConfigurationScanSummarySpec) XXX_Merge(src proto.Message)

func (*ConfigurationScanSummarySpec) XXX_Size added in v0.0.111

func (m *ConfigurationScanSummarySpec) XXX_Size() int

func (*ConfigurationScanSummarySpec) XXX_Unmarshal added in v0.0.111

func (m *ConfigurationScanSummarySpec) XXX_Unmarshal(b []byte) error

type ControlSeverity added in v0.0.16

type ControlSeverity struct {
	Severity    string  `json:"severity" protobuf:"bytes,1,req,name=severity"`
	ScoreFactor float32 `json:"scoreFactor" protobuf:"bytes,2,req,name=scoreFactor"`
}

func (*ControlSeverity) DeepCopy added in v0.0.16

func (in *ControlSeverity) DeepCopy() *ControlSeverity

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlSeverity.

func (*ControlSeverity) DeepCopyInto added in v0.0.16

func (in *ControlSeverity) DeepCopyInto(out *ControlSeverity)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ControlSeverity) Descriptor added in v0.0.111

func (*ControlSeverity) Descriptor() ([]byte, []int)

func (*ControlSeverity) Marshal added in v0.0.111

func (m *ControlSeverity) Marshal() (dAtA []byte, err error)

func (*ControlSeverity) MarshalTo added in v0.0.111

func (m *ControlSeverity) MarshalTo(dAtA []byte) (int, error)

func (*ControlSeverity) MarshalToSizedBuffer added in v0.0.111

func (m *ControlSeverity) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ControlSeverity) ProtoMessage added in v0.0.111

func (*ControlSeverity) ProtoMessage()

func (*ControlSeverity) Reset added in v0.0.111

func (m *ControlSeverity) Reset()

func (*ControlSeverity) Size added in v0.0.111

func (m *ControlSeverity) Size() (n int)

func (*ControlSeverity) String added in v0.0.111

func (this *ControlSeverity) String() string

func (*ControlSeverity) Unmarshal added in v0.0.111

func (m *ControlSeverity) Unmarshal(dAtA []byte) error

func (*ControlSeverity) XXX_DiscardUnknown added in v0.0.111

func (m *ControlSeverity) XXX_DiscardUnknown()

func (*ControlSeverity) XXX_Marshal added in v0.0.111

func (m *ControlSeverity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ControlSeverity) XXX_Merge added in v0.0.111

func (m *ControlSeverity) XXX_Merge(src proto.Message)

func (*ControlSeverity) XXX_Size added in v0.0.111

func (m *ControlSeverity) XXX_Size() int

func (*ControlSeverity) XXX_Unmarshal added in v0.0.111

func (m *ControlSeverity) XXX_Unmarshal(b []byte) error

type Coordinates added in v0.0.42

type Coordinates struct {
	RealPath     string `json:"path" cyclonedx:"path" protobuf:"bytes,1,req,name=path"`                    // The path where all path ancestors have no hardlinks / symlinks
	FileSystemID string `json:"layerID,omitempty" cyclonedx:"layerID" protobuf:"bytes,2,opt,name=layerID"` // An ID representing the filesystem. For container images, this is a layer digest. For directories or a root filesystem, this is blank.
}

Coordinates contains the minimal information needed to describe how to find a file within any possible source object (e.g. image and directory sources)

func (*Coordinates) DeepCopy added in v0.0.42

func (in *Coordinates) DeepCopy() *Coordinates

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Coordinates.

func (*Coordinates) DeepCopyInto added in v0.0.42

func (in *Coordinates) DeepCopyInto(out *Coordinates)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Coordinates) Descriptor added in v0.0.111

func (*Coordinates) Descriptor() ([]byte, []int)

func (*Coordinates) Marshal added in v0.0.111

func (m *Coordinates) Marshal() (dAtA []byte, err error)

func (*Coordinates) MarshalTo added in v0.0.111

func (m *Coordinates) MarshalTo(dAtA []byte) (int, error)

func (*Coordinates) MarshalToSizedBuffer added in v0.0.111

func (m *Coordinates) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Coordinates) ProtoMessage added in v0.0.111

func (*Coordinates) ProtoMessage()

func (*Coordinates) Reset added in v0.0.111

func (m *Coordinates) Reset()

func (*Coordinates) Size added in v0.0.111

func (m *Coordinates) Size() (n int)

func (*Coordinates) String added in v0.0.111

func (this *Coordinates) String() string

func (*Coordinates) Unmarshal added in v0.0.111

func (m *Coordinates) Unmarshal(dAtA []byte) error

func (*Coordinates) XXX_DiscardUnknown added in v0.0.111

func (m *Coordinates) XXX_DiscardUnknown()

func (*Coordinates) XXX_Marshal added in v0.0.111

func (m *Coordinates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Coordinates) XXX_Merge added in v0.0.111

func (m *Coordinates) XXX_Merge(src proto.Message)

func (*Coordinates) XXX_Size added in v0.0.111

func (m *Coordinates) XXX_Size() int

func (*Coordinates) XXX_Unmarshal added in v0.0.111

func (m *Coordinates) XXX_Unmarshal(b []byte) error

type Cvss

type Cvss struct {
	Version        string          `json:"version" protobuf:"bytes,1,req,name=version"`
	Vector         string          `json:"vector" protobuf:"bytes,2,req,name=vector"`
	Metrics        CvssMetrics     `json:"metrics" protobuf:"bytes,3,req,name=metrics"`
	VendorMetadata json.RawMessage `json:"vendorMetadata,omitempty" protobuf:"bytes,4,opt,name=vendorMetadata"`
}

func (*Cvss) DeepCopy

func (in *Cvss) DeepCopy() *Cvss

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cvss.

func (*Cvss) DeepCopyInto

func (in *Cvss) DeepCopyInto(out *Cvss)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Cvss) Descriptor added in v0.0.111

func (*Cvss) Descriptor() ([]byte, []int)

func (*Cvss) Marshal added in v0.0.111

func (m *Cvss) Marshal() (dAtA []byte, err error)

func (*Cvss) MarshalTo added in v0.0.111

func (m *Cvss) MarshalTo(dAtA []byte) (int, error)

func (*Cvss) MarshalToSizedBuffer added in v0.0.111

func (m *Cvss) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Cvss) ProtoMessage added in v0.0.111

func (*Cvss) ProtoMessage()

func (*Cvss) Reset added in v0.0.111

func (m *Cvss) Reset()

func (*Cvss) Size added in v0.0.111

func (m *Cvss) Size() (n int)

func (*Cvss) String added in v0.0.111

func (this *Cvss) String() string

func (*Cvss) Unmarshal added in v0.0.111

func (m *Cvss) Unmarshal(dAtA []byte) error

func (*Cvss) XXX_DiscardUnknown added in v0.0.111

func (m *Cvss) XXX_DiscardUnknown()

func (*Cvss) XXX_Marshal added in v0.0.111

func (m *Cvss) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Cvss) XXX_Merge added in v0.0.111

func (m *Cvss) XXX_Merge(src proto.Message)

func (*Cvss) XXX_Size added in v0.0.111

func (m *Cvss) XXX_Size() int

func (*Cvss) XXX_Unmarshal added in v0.0.111

func (m *Cvss) XXX_Unmarshal(b []byte) error

type CvssMetrics

type CvssMetrics struct {
	BaseScore           float64  `json:"baseScore" protobuf:"bytes,1,req,name=baseScore"`
	ExploitabilityScore *float64 `json:"exploitabilityScore,omitempty" protobuf:"bytes,2,opt,name=exploitabilityScore"`
	ImpactScore         *float64 `json:"impactScore,omitempty" protobuf:"bytes,3,opt,name=impactScore"`
}

func (*CvssMetrics) DeepCopy

func (in *CvssMetrics) DeepCopy() *CvssMetrics

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CvssMetrics.

func (*CvssMetrics) DeepCopyInto

func (in *CvssMetrics) DeepCopyInto(out *CvssMetrics)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*CvssMetrics) Descriptor added in v0.0.111

func (*CvssMetrics) Descriptor() ([]byte, []int)

func (*CvssMetrics) Marshal added in v0.0.111

func (m *CvssMetrics) Marshal() (dAtA []byte, err error)

func (*CvssMetrics) MarshalTo added in v0.0.111

func (m *CvssMetrics) MarshalTo(dAtA []byte) (int, error)

func (*CvssMetrics) MarshalToSizedBuffer added in v0.0.111

func (m *CvssMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CvssMetrics) ProtoMessage added in v0.0.111

func (*CvssMetrics) ProtoMessage()

func (*CvssMetrics) Reset added in v0.0.111

func (m *CvssMetrics) Reset()

func (*CvssMetrics) Size added in v0.0.111

func (m *CvssMetrics) Size() (n int)

func (*CvssMetrics) String added in v0.0.111

func (this *CvssMetrics) String() string

func (*CvssMetrics) Unmarshal added in v0.0.111

func (m *CvssMetrics) Unmarshal(dAtA []byte) error

func (*CvssMetrics) XXX_DiscardUnknown added in v0.0.111

func (m *CvssMetrics) XXX_DiscardUnknown()

func (*CvssMetrics) XXX_Marshal added in v0.0.111

func (m *CvssMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CvssMetrics) XXX_Merge added in v0.0.111

func (m *CvssMetrics) XXX_Merge(src proto.Message)

func (*CvssMetrics) XXX_Size added in v0.0.111

func (m *CvssMetrics) XXX_Size() int

func (*CvssMetrics) XXX_Unmarshal added in v0.0.111

func (m *CvssMetrics) XXX_Unmarshal(b []byte) error

type Descriptor

type Descriptor struct {
	Name                  string          `json:"name" protobuf:"bytes,1,req,name=name"`
	Version               string          `json:"version" protobuf:"bytes,2,req,name=version"`
	Configuration         json.RawMessage `json:"configuration,omitempty" protobuf:"bytes,3,opt,name=configuration"`
	VulnerabilityDBStatus json.RawMessage `json:"db,omitempty" protobuf:"bytes,4,opt,name=db"`
}

func (*Descriptor) DeepCopy

func (in *Descriptor) DeepCopy() *Descriptor

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Descriptor.

func (*Descriptor) DeepCopyInto

func (in *Descriptor) DeepCopyInto(out *Descriptor)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Descriptor) Descriptor added in v0.0.111

func (*Descriptor) Descriptor() ([]byte, []int)

func (*Descriptor) Marshal added in v0.0.111

func (m *Descriptor) Marshal() (dAtA []byte, err error)

func (*Descriptor) MarshalTo added in v0.0.111

func (m *Descriptor) MarshalTo(dAtA []byte) (int, error)

func (*Descriptor) MarshalToSizedBuffer added in v0.0.111

func (m *Descriptor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Descriptor) ProtoMessage added in v0.0.111

func (*Descriptor) ProtoMessage()

func (*Descriptor) Reset added in v0.0.111

func (m *Descriptor) Reset()

func (*Descriptor) Size added in v0.0.111

func (m *Descriptor) Size() (n int)

func (*Descriptor) String added in v0.0.111

func (this *Descriptor) String() string

func (*Descriptor) Unmarshal added in v0.0.111

func (m *Descriptor) Unmarshal(dAtA []byte) error

func (*Descriptor) XXX_DiscardUnknown added in v0.0.111

func (m *Descriptor) XXX_DiscardUnknown()

func (*Descriptor) XXX_Marshal added in v0.0.111

func (m *Descriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Descriptor) XXX_Merge added in v0.0.111

func (m *Descriptor) XXX_Merge(src proto.Message)

func (*Descriptor) XXX_Size added in v0.0.111

func (m *Descriptor) XXX_Size() int

func (*Descriptor) XXX_Unmarshal added in v0.0.111

func (m *Descriptor) XXX_Unmarshal(b []byte) error

type Digest added in v0.0.42

type Digest struct {
	Algorithm string `json:"algorithm" protobuf:"bytes,1,req,name=algorithm"`
	Value     string `json:"value" protobuf:"bytes,2,req,name=value"`
}

func (*Digest) DeepCopy added in v0.0.42

func (in *Digest) DeepCopy() *Digest

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Digest.

func (*Digest) DeepCopyInto added in v0.0.42

func (in *Digest) DeepCopyInto(out *Digest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Digest) Descriptor added in v0.0.111

func (*Digest) Descriptor() ([]byte, []int)

func (*Digest) Marshal added in v0.0.111

func (m *Digest) Marshal() (dAtA []byte, err error)

func (*Digest) MarshalTo added in v0.0.111

func (m *Digest) MarshalTo(dAtA []byte) (int, error)

func (*Digest) MarshalToSizedBuffer added in v0.0.111

func (m *Digest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Digest) ProtoMessage added in v0.0.111

func (*Digest) ProtoMessage()

func (*Digest) Reset added in v0.0.111

func (m *Digest) Reset()

func (*Digest) Size added in v0.0.111

func (m *Digest) Size() (n int)

func (*Digest) String added in v0.0.111

func (this *Digest) String() string

func (*Digest) Unmarshal added in v0.0.111

func (m *Digest) Unmarshal(dAtA []byte) error

func (*Digest) XXX_DiscardUnknown added in v0.0.111

func (m *Digest) XXX_DiscardUnknown()

func (*Digest) XXX_Marshal added in v0.0.111

func (m *Digest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Digest) XXX_Merge added in v0.0.111

func (m *Digest) XXX_Merge(src proto.Message)

func (*Digest) XXX_Size added in v0.0.111

func (m *Digest) XXX_Size() int

func (*Digest) XXX_Unmarshal added in v0.0.111

func (m *Digest) XXX_Unmarshal(b []byte) error

type Distribution

type Distribution struct {
	Name    string   `json:"name" protobuf:"bytes,1,req,name=name"`
	Version string   `json:"version" protobuf:"bytes,2,req,name=version"`
	IDLike  []string `json:"idLike" protobuf:"bytes,3,rep,name=idLike"`
}

func (*Distribution) DeepCopy

func (in *Distribution) DeepCopy() *Distribution

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Distribution.

func (*Distribution) DeepCopyInto

func (in *Distribution) DeepCopyInto(out *Distribution)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Distribution) Descriptor added in v0.0.111

func (*Distribution) Descriptor() ([]byte, []int)

func (*Distribution) Marshal added in v0.0.111

func (m *Distribution) Marshal() (dAtA []byte, err error)

func (*Distribution) MarshalTo added in v0.0.111

func (m *Distribution) MarshalTo(dAtA []byte) (int, error)

func (*Distribution) MarshalToSizedBuffer added in v0.0.111

func (m *Distribution) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Distribution) ProtoMessage added in v0.0.111

func (*Distribution) ProtoMessage()

func (*Distribution) Reset added in v0.0.111

func (m *Distribution) Reset()

func (*Distribution) Size added in v0.0.111

func (m *Distribution) Size() (n int)

func (*Distribution) String added in v0.0.111

func (this *Distribution) String() string

func (*Distribution) Unmarshal added in v0.0.111

func (m *Distribution) Unmarshal(dAtA []byte) error

func (*Distribution) XXX_DiscardUnknown added in v0.0.111

func (m *Distribution) XXX_DiscardUnknown()

func (*Distribution) XXX_Marshal added in v0.0.111

func (m *Distribution) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Distribution) XXX_Merge added in v0.0.111

func (m *Distribution) XXX_Merge(src proto.Message)

func (*Distribution) XXX_Size added in v0.0.111

func (m *Distribution) XXX_Size() int

func (*Distribution) XXX_Unmarshal added in v0.0.111

func (m *Distribution) XXX_Unmarshal(b []byte) error

type ELFSecurityFeatures added in v0.0.83

type ELFSecurityFeatures struct {
	SymbolTableStripped bool `` /* 136-byte string literal not displayed */

	StackCanary                   *bool              `json:"stackCanary,omitempty" yaml:"stackCanary" mapstructure:"stackCanary" protobuf:"bytes,2,opt,name=stackCanary"`
	NoExecutable                  bool               `json:"nx" yaml:"nx" mapstructure:"nx" protobuf:"bytes,3,req,name=nx"`
	RelocationReadOnly            RelocationReadOnly `json:"relRO" yaml:"relRO" mapstructure:"relRO" protobuf:"bytes,4,req,name=relRO"`
	PositionIndependentExecutable bool               `json:"pie" yaml:"pie" mapstructure:"pie" protobuf:"bytes,5,req,name=pie"`
	DynamicSharedObject           bool               `json:"dso" yaml:"dso" mapstructure:"dso" protobuf:"bytes,6,req,name=dso"`

	// LlvmSafeStack represents a compiler-based security mechanism that separates the stack into a safe stack for storing return addresses and other critical data, and an unsafe stack for everything else, to mitigate stack-based memory corruption errors
	// see https://clang.llvm.org/docs/SafeStack.html
	LlvmSafeStack *bool `json:"safeStack,omitempty" yaml:"safeStack" mapstructure:"safeStack" protobuf:"bytes,7,opt,name=safeStack"`

	// ControlFlowIntegrity represents runtime checks to ensure a program's control flow adheres to the legal paths determined at compile time, thus protecting against various types of control-flow hijacking attacks
	// see https://clang.llvm.org/docs/ControlFlowIntegrity.html
	LlvmControlFlowIntegrity *bool `json:"cfi,omitempty" yaml:"cfi" mapstructure:"cfi" protobuf:"bytes,8,opt,name=cfi"`

	// ClangFortifySource is a broad suite of extensions to libc aimed at catching misuses of common library functions
	// see https://android.googlesource.com/platform//bionic/+/d192dbecf0b2a371eb127c0871f77a9caf81c4d2/docs/clang_fortify_anatomy.md
	ClangFortifySource *bool `json:"fortify,omitempty" yaml:"fortify" mapstructure:"fortify" protobuf:"bytes,9,opt,name=fortify"`
}

func (*ELFSecurityFeatures) DeepCopy added in v0.0.83

func (in *ELFSecurityFeatures) DeepCopy() *ELFSecurityFeatures

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ELFSecurityFeatures.

func (*ELFSecurityFeatures) DeepCopyInto added in v0.0.83

func (in *ELFSecurityFeatures) DeepCopyInto(out *ELFSecurityFeatures)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ELFSecurityFeatures) Descriptor added in v0.0.111

func (*ELFSecurityFeatures) Descriptor() ([]byte, []int)

func (*ELFSecurityFeatures) Marshal added in v0.0.111

func (m *ELFSecurityFeatures) Marshal() (dAtA []byte, err error)

func (*ELFSecurityFeatures) MarshalTo added in v0.0.111

func (m *ELFSecurityFeatures) MarshalTo(dAtA []byte) (int, error)

func (*ELFSecurityFeatures) MarshalToSizedBuffer added in v0.0.111

func (m *ELFSecurityFeatures) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ELFSecurityFeatures) ProtoMessage added in v0.0.111

func (*ELFSecurityFeatures) ProtoMessage()

func (*ELFSecurityFeatures) Reset added in v0.0.111

func (m *ELFSecurityFeatures) Reset()

func (*ELFSecurityFeatures) Size added in v0.0.111

func (m *ELFSecurityFeatures) Size() (n int)

func (*ELFSecurityFeatures) String added in v0.0.111

func (this *ELFSecurityFeatures) String() string

func (*ELFSecurityFeatures) Unmarshal added in v0.0.111

func (m *ELFSecurityFeatures) Unmarshal(dAtA []byte) error

func (*ELFSecurityFeatures) XXX_DiscardUnknown added in v0.0.111

func (m *ELFSecurityFeatures) XXX_DiscardUnknown()

func (*ELFSecurityFeatures) XXX_Marshal added in v0.0.111

func (m *ELFSecurityFeatures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ELFSecurityFeatures) XXX_Merge added in v0.0.111

func (m *ELFSecurityFeatures) XXX_Merge(src proto.Message)

func (*ELFSecurityFeatures) XXX_Size added in v0.0.111

func (m *ELFSecurityFeatures) XXX_Size() int

func (*ELFSecurityFeatures) XXX_Unmarshal added in v0.0.111

func (m *ELFSecurityFeatures) XXX_Unmarshal(b []byte) error

type ExecCalls added in v0.0.22

type ExecCalls struct {
	Path string   `json:"path,omitempty" protobuf:"bytes,1,opt,name=path"`
	Args []string `json:"args,omitempty" protobuf:"bytes,2,opt,name=args"`
	Envs []string `json:"envs,omitempty" protobuf:"bytes,3,opt,name=envs"`
}

func (*ExecCalls) DeepCopy added in v0.0.22

func (in *ExecCalls) DeepCopy() *ExecCalls

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExecCalls.

func (*ExecCalls) DeepCopyInto added in v0.0.22

func (in *ExecCalls) DeepCopyInto(out *ExecCalls)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ExecCalls) Descriptor added in v0.0.111

func (*ExecCalls) Descriptor() ([]byte, []int)

func (*ExecCalls) Marshal added in v0.0.111

func (m *ExecCalls) Marshal() (dAtA []byte, err error)

func (*ExecCalls) MarshalTo added in v0.0.111

func (m *ExecCalls) MarshalTo(dAtA []byte) (int, error)

func (*ExecCalls) MarshalToSizedBuffer added in v0.0.111

func (m *ExecCalls) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExecCalls) ProtoMessage added in v0.0.111

func (*ExecCalls) ProtoMessage()

func (*ExecCalls) Reset added in v0.0.111

func (m *ExecCalls) Reset()

func (*ExecCalls) Size added in v0.0.111

func (m *ExecCalls) Size() (n int)

func (*ExecCalls) String added in v0.0.111

func (this *ExecCalls) String() string

func (*ExecCalls) Unmarshal added in v0.0.111

func (m *ExecCalls) Unmarshal(dAtA []byte) error

func (*ExecCalls) XXX_DiscardUnknown added in v0.0.111

func (m *ExecCalls) XXX_DiscardUnknown()

func (*ExecCalls) XXX_Marshal added in v0.0.111

func (m *ExecCalls) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecCalls) XXX_Merge added in v0.0.111

func (m *ExecCalls) XXX_Merge(src proto.Message)

func (*ExecCalls) XXX_Size added in v0.0.111

func (m *ExecCalls) XXX_Size() int

func (*ExecCalls) XXX_Unmarshal added in v0.0.111

func (m *ExecCalls) XXX_Unmarshal(b []byte) error

type Executable added in v0.0.83

type Executable struct {
	// Format denotes either ELF, Mach-O, or PE
	Format ExecutableFormat `json:"format" yaml:"format" mapstructure:"format" protobuf:"bytes,1,req,name=format"`

	HasExports          bool                 `json:"hasExports" yaml:"hasExports" mapstructure:"hasExports" protobuf:"bytes,2,req,name=hasExports"`
	HasEntrypoint       bool                 `json:"hasEntrypoint" yaml:"hasEntrypoint" mapstructure:"hasEntrypoint" protobuf:"bytes,3,req,name=hasEntrypoint"`
	ImportedLibraries   []string             `` /* 128-byte string literal not displayed */
	ELFSecurityFeatures *ELFSecurityFeatures `` /* 146-byte string literal not displayed */
}

func (*Executable) DeepCopy added in v0.0.83

func (in *Executable) DeepCopy() *Executable

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Executable.

func (*Executable) DeepCopyInto added in v0.0.83

func (in *Executable) DeepCopyInto(out *Executable)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Executable) Descriptor added in v0.0.111

func (*Executable) Descriptor() ([]byte, []int)

func (*Executable) Marshal added in v0.0.111

func (m *Executable) Marshal() (dAtA []byte, err error)

func (*Executable) MarshalTo added in v0.0.111

func (m *Executable) MarshalTo(dAtA []byte) (int, error)

func (*Executable) MarshalToSizedBuffer added in v0.0.111

func (m *Executable) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Executable) ProtoMessage added in v0.0.111

func (*Executable) ProtoMessage()

func (*Executable) Reset added in v0.0.111

func (m *Executable) Reset()

func (*Executable) Size added in v0.0.111

func (m *Executable) Size() (n int)

func (*Executable) String added in v0.0.111

func (this *Executable) String() string

func (*Executable) Unmarshal added in v0.0.111

func (m *Executable) Unmarshal(dAtA []byte) error

func (*Executable) XXX_DiscardUnknown added in v0.0.111

func (m *Executable) XXX_DiscardUnknown()

func (*Executable) XXX_Marshal added in v0.0.111

func (m *Executable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Executable) XXX_Merge added in v0.0.111

func (m *Executable) XXX_Merge(src proto.Message)

func (*Executable) XXX_Size added in v0.0.111

func (m *Executable) XXX_Size() int

func (*Executable) XXX_Unmarshal added in v0.0.111

func (m *Executable) XXX_Unmarshal(b []byte) error

type ExecutableFormat added in v0.0.83

type ExecutableFormat string

type FileLicense added in v0.0.42

type FileLicense struct {
	Value          string               `json:"value" protobuf:"bytes,1,req,name=value"`
	SPDXExpression string               `json:"spdxExpression" protobuf:"bytes,2,req,name=spdxExpression"`
	Type           LicenseType          `json:"type" protobuf:"bytes,3,req,name=type"`
	Evidence       *FileLicenseEvidence `json:"evidence,omitempty" protobuf:"bytes,4,opt,name=evidence"`
}

func (*FileLicense) DeepCopy added in v0.0.42

func (in *FileLicense) DeepCopy() *FileLicense

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FileLicense.

func (*FileLicense) DeepCopyInto added in v0.0.42

func (in *FileLicense) DeepCopyInto(out *FileLicense)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FileLicense) Descriptor added in v0.0.111

func (*FileLicense) Descriptor() ([]byte, []int)

func (*FileLicense) Marshal added in v0.0.111

func (m *FileLicense) Marshal() (dAtA []byte, err error)

func (*FileLicense) MarshalTo added in v0.0.111

func (m *FileLicense) MarshalTo(dAtA []byte) (int, error)

func (*FileLicense) MarshalToSizedBuffer added in v0.0.111

func (m *FileLicense) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FileLicense) ProtoMessage added in v0.0.111

func (*FileLicense) ProtoMessage()

func (*FileLicense) Reset added in v0.0.111

func (m *FileLicense) Reset()

func (*FileLicense) Size added in v0.0.111

func (m *FileLicense) Size() (n int)

func (*FileLicense) String added in v0.0.111

func (this *FileLicense) String() string

func (*FileLicense) Unmarshal added in v0.0.111

func (m *FileLicense) Unmarshal(dAtA []byte) error

func (*FileLicense) XXX_DiscardUnknown added in v0.0.111

func (m *FileLicense) XXX_DiscardUnknown()

func (*FileLicense) XXX_Marshal added in v0.0.111

func (m *FileLicense) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FileLicense) XXX_Merge added in v0.0.111

func (m *FileLicense) XXX_Merge(src proto.Message)

func (*FileLicense) XXX_Size added in v0.0.111

func (m *FileLicense) XXX_Size() int

func (*FileLicense) XXX_Unmarshal added in v0.0.111

func (m *FileLicense) XXX_Unmarshal(b []byte) error

type FileLicenseEvidence added in v0.0.42

type FileLicenseEvidence struct {
	Confidence int64 `json:"confidence" protobuf:"bytes,1,req,name=confidence"`
	Offset     int64 `json:"offset" protobuf:"bytes,2,req,name=offset"`
	Extent     int64 `json:"extent" protobuf:"bytes,3,req,name=extent"`
}

func (*FileLicenseEvidence) DeepCopy added in v0.0.42

func (in *FileLicenseEvidence) DeepCopy() *FileLicenseEvidence

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FileLicenseEvidence.

func (*FileLicenseEvidence) DeepCopyInto added in v0.0.42

func (in *FileLicenseEvidence) DeepCopyInto(out *FileLicenseEvidence)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FileLicenseEvidence) Descriptor added in v0.0.111

func (*FileLicenseEvidence) Descriptor() ([]byte, []int)

func (*FileLicenseEvidence) Marshal added in v0.0.111

func (m *FileLicenseEvidence) Marshal() (dAtA []byte, err error)

func (*FileLicenseEvidence) MarshalTo added in v0.0.111

func (m *FileLicenseEvidence) MarshalTo(dAtA []byte) (int, error)

func (*FileLicenseEvidence) MarshalToSizedBuffer added in v0.0.111

func (m *FileLicenseEvidence) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FileLicenseEvidence) ProtoMessage added in v0.0.111

func (*FileLicenseEvidence) ProtoMessage()

func (*FileLicenseEvidence) Reset added in v0.0.111

func (m *FileLicenseEvidence) Reset()

func (*FileLicenseEvidence) Size added in v0.0.111

func (m *FileLicenseEvidence) Size() (n int)

func (*FileLicenseEvidence) String added in v0.0.111

func (this *FileLicenseEvidence) String() string

func (*FileLicenseEvidence) Unmarshal added in v0.0.111

func (m *FileLicenseEvidence) Unmarshal(dAtA []byte) error

func (*FileLicenseEvidence) XXX_DiscardUnknown added in v0.0.111

func (m *FileLicenseEvidence) XXX_DiscardUnknown()

func (*FileLicenseEvidence) XXX_Marshal added in v0.0.111

func (m *FileLicenseEvidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FileLicenseEvidence) XXX_Merge added in v0.0.111

func (m *FileLicenseEvidence) XXX_Merge(src proto.Message)

func (*FileLicenseEvidence) XXX_Size added in v0.0.111

func (m *FileLicenseEvidence) XXX_Size() int

func (*FileLicenseEvidence) XXX_Unmarshal added in v0.0.111

func (m *FileLicenseEvidence) XXX_Unmarshal(b []byte) error

type FileMetadataEntry added in v0.0.42

type FileMetadataEntry struct {
	Mode            int64  `json:"mode" protobuf:"bytes,1,req,name=mode"`
	Type            string `json:"type" protobuf:"bytes,2,req,name=type"`
	LinkDestination string `json:"linkDestination,omitempty" protobuf:"bytes,3,opt,name=linkDestination"`
	UserID          int64  `json:"userID" protobuf:"bytes,4,req,name=userID"`
	GroupID         int64  `json:"groupID" protobuf:"bytes,5,req,name=groupID"`
	MIMEType        string `json:"mimeType" protobuf:"bytes,6,req,name=mimeType"`
	Size_           int64  `json:"size" protobuf:"bytes,7,req,name=size"`
}

func (*FileMetadataEntry) DeepCopy added in v0.0.42

func (in *FileMetadataEntry) DeepCopy() *FileMetadataEntry

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FileMetadataEntry.

func (*FileMetadataEntry) DeepCopyInto added in v0.0.42

func (in *FileMetadataEntry) DeepCopyInto(out *FileMetadataEntry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FileMetadataEntry) Descriptor added in v0.0.111

func (*FileMetadataEntry) Descriptor() ([]byte, []int)

func (*FileMetadataEntry) Marshal added in v0.0.111

func (m *FileMetadataEntry) Marshal() (dAtA []byte, err error)

func (*FileMetadataEntry) MarshalTo added in v0.0.111

func (m *FileMetadataEntry) MarshalTo(dAtA []byte) (int, error)

func (*FileMetadataEntry) MarshalToSizedBuffer added in v0.0.111

func (m *FileMetadataEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FileMetadataEntry) ProtoMessage added in v0.0.111

func (*FileMetadataEntry) ProtoMessage()

func (*FileMetadataEntry) Reset added in v0.0.111

func (m *FileMetadataEntry) Reset()

func (*FileMetadataEntry) Size added in v0.0.42

func (m *FileMetadataEntry) Size() (n int)

func (*FileMetadataEntry) String added in v0.0.111

func (this *FileMetadataEntry) String() string

func (*FileMetadataEntry) Unmarshal added in v0.0.111

func (m *FileMetadataEntry) Unmarshal(dAtA []byte) error

func (*FileMetadataEntry) XXX_DiscardUnknown added in v0.0.111

func (m *FileMetadataEntry) XXX_DiscardUnknown()

func (*FileMetadataEntry) XXX_Marshal added in v0.0.111

func (m *FileMetadataEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FileMetadataEntry) XXX_Merge added in v0.0.111

func (m *FileMetadataEntry) XXX_Merge(src proto.Message)

func (*FileMetadataEntry) XXX_Size added in v0.0.111

func (m *FileMetadataEntry) XXX_Size() int

func (*FileMetadataEntry) XXX_Unmarshal added in v0.0.111

func (m *FileMetadataEntry) XXX_Unmarshal(b []byte) error

type Fix

type Fix struct {
	Versions []string `json:"versions" protobuf:"bytes,1,rep,name=versions"`
	State    string   `json:"state" protobuf:"bytes,2,req,name=state"`
}

func (*Fix) DeepCopy

func (in *Fix) DeepCopy() *Fix

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Fix.

func (*Fix) DeepCopyInto

func (in *Fix) DeepCopyInto(out *Fix)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Fix) Descriptor added in v0.0.111

func (*Fix) Descriptor() ([]byte, []int)

func (*Fix) Marshal added in v0.0.111

func (m *Fix) Marshal() (dAtA []byte, err error)

func (*Fix) MarshalTo added in v0.0.111

func (m *Fix) MarshalTo(dAtA []byte) (int, error)

func (*Fix) MarshalToSizedBuffer added in v0.0.111

func (m *Fix) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Fix) ProtoMessage added in v0.0.111

func (*Fix) ProtoMessage()

func (*Fix) Reset added in v0.0.111

func (m *Fix) Reset()

func (*Fix) Size added in v0.0.111

func (m *Fix) Size() (n int)

func (*Fix) String added in v0.0.111

func (this *Fix) String() string

func (*Fix) Unmarshal added in v0.0.111

func (m *Fix) Unmarshal(dAtA []byte) error

func (*Fix) XXX_DiscardUnknown added in v0.0.111

func (m *Fix) XXX_DiscardUnknown()

func (*Fix) XXX_Marshal added in v0.0.111

func (m *Fix) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Fix) XXX_Merge added in v0.0.111

func (m *Fix) XXX_Merge(src proto.Message)

func (*Fix) XXX_Size added in v0.0.111

func (m *Fix) XXX_Size() int

func (*Fix) XXX_Unmarshal added in v0.0.111

func (m *Fix) XXX_Unmarshal(b []byte) error

type Flag added in v0.0.89

type Flag string

type GeneratedNetworkPolicy added in v0.0.33

type GeneratedNetworkPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec        NetworkPolicy `json:"spec" protobuf:"bytes,2,req,name=spec"`
	PoliciesRef []PolicyRef   `json:"policyRef,omitempty" protobuf:"bytes,3,rep,name=policyRef"`
}

GeneratedNetworkPolicy represents a generated NetworkPolicy.

func (*GeneratedNetworkPolicy) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GeneratedNetworkPolicy.

func (*GeneratedNetworkPolicy) DeepCopyInto added in v0.0.33

func (in *GeneratedNetworkPolicy) DeepCopyInto(out *GeneratedNetworkPolicy)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GeneratedNetworkPolicy) DeepCopyObject added in v0.0.33

func (in *GeneratedNetworkPolicy) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*GeneratedNetworkPolicy) Descriptor added in v0.0.111

func (*GeneratedNetworkPolicy) Descriptor() ([]byte, []int)

func (*GeneratedNetworkPolicy) Marshal added in v0.0.111

func (m *GeneratedNetworkPolicy) Marshal() (dAtA []byte, err error)

func (*GeneratedNetworkPolicy) MarshalTo added in v0.0.111

func (m *GeneratedNetworkPolicy) MarshalTo(dAtA []byte) (int, error)

func (*GeneratedNetworkPolicy) MarshalToSizedBuffer added in v0.0.111

func (m *GeneratedNetworkPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GeneratedNetworkPolicy) ProtoMessage added in v0.0.111

func (*GeneratedNetworkPolicy) ProtoMessage()

func (*GeneratedNetworkPolicy) Reset added in v0.0.111

func (m *GeneratedNetworkPolicy) Reset()

func (*GeneratedNetworkPolicy) Size added in v0.0.111

func (m *GeneratedNetworkPolicy) Size() (n int)

func (*GeneratedNetworkPolicy) String added in v0.0.111

func (this *GeneratedNetworkPolicy) String() string

func (*GeneratedNetworkPolicy) Unmarshal added in v0.0.111

func (m *GeneratedNetworkPolicy) Unmarshal(dAtA []byte) error

func (*GeneratedNetworkPolicy) XXX_DiscardUnknown added in v0.0.111

func (m *GeneratedNetworkPolicy) XXX_DiscardUnknown()

func (*GeneratedNetworkPolicy) XXX_Marshal added in v0.0.111

func (m *GeneratedNetworkPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeneratedNetworkPolicy) XXX_Merge added in v0.0.111

func (m *GeneratedNetworkPolicy) XXX_Merge(src proto.Message)

func (*GeneratedNetworkPolicy) XXX_Size added in v0.0.111

func (m *GeneratedNetworkPolicy) XXX_Size() int

func (*GeneratedNetworkPolicy) XXX_Unmarshal added in v0.0.111

func (m *GeneratedNetworkPolicy) XXX_Unmarshal(b []byte) error

type GeneratedNetworkPolicyList added in v0.0.33

type GeneratedNetworkPolicyList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []GeneratedNetworkPolicy `json:"items" protobuf:"bytes,2,rep,name=items"`
}

GeneratedNetworkPolicyList is a list of GeneratedNetworkPolicies.

func (*GeneratedNetworkPolicyList) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GeneratedNetworkPolicyList.

func (*GeneratedNetworkPolicyList) DeepCopyInto added in v0.0.33

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GeneratedNetworkPolicyList) DeepCopyObject added in v0.0.33

func (in *GeneratedNetworkPolicyList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*GeneratedNetworkPolicyList) Descriptor added in v0.0.111

func (*GeneratedNetworkPolicyList) Descriptor() ([]byte, []int)

func (*GeneratedNetworkPolicyList) Marshal added in v0.0.111

func (m *GeneratedNetworkPolicyList) Marshal() (dAtA []byte, err error)

func (*GeneratedNetworkPolicyList) MarshalTo added in v0.0.111

func (m *GeneratedNetworkPolicyList) MarshalTo(dAtA []byte) (int, error)

func (*GeneratedNetworkPolicyList) MarshalToSizedBuffer added in v0.0.111

func (m *GeneratedNetworkPolicyList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GeneratedNetworkPolicyList) ProtoMessage added in v0.0.111

func (*GeneratedNetworkPolicyList) ProtoMessage()

func (*GeneratedNetworkPolicyList) Reset added in v0.0.111

func (m *GeneratedNetworkPolicyList) Reset()

func (*GeneratedNetworkPolicyList) Size added in v0.0.111

func (m *GeneratedNetworkPolicyList) Size() (n int)

func (*GeneratedNetworkPolicyList) String added in v0.0.111

func (this *GeneratedNetworkPolicyList) String() string

func (*GeneratedNetworkPolicyList) Unmarshal added in v0.0.111

func (m *GeneratedNetworkPolicyList) Unmarshal(dAtA []byte) error

func (*GeneratedNetworkPolicyList) XXX_DiscardUnknown added in v0.0.111

func (m *GeneratedNetworkPolicyList) XXX_DiscardUnknown()

func (*GeneratedNetworkPolicyList) XXX_Marshal added in v0.0.111

func (m *GeneratedNetworkPolicyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeneratedNetworkPolicyList) XXX_Merge added in v0.0.111

func (m *GeneratedNetworkPolicyList) XXX_Merge(src proto.Message)

func (*GeneratedNetworkPolicyList) XXX_Size added in v0.0.111

func (m *GeneratedNetworkPolicyList) XXX_Size() int

func (*GeneratedNetworkPolicyList) XXX_Unmarshal added in v0.0.111

func (m *GeneratedNetworkPolicyList) XXX_Unmarshal(b []byte) error

type GrypeDocument

type GrypeDocument struct {
	Matches        []Match        `json:"matches" protobuf:"bytes,1,rep,name=matches"`
	IgnoredMatches []IgnoredMatch `json:"ignoredMatches,omitempty" protobuf:"bytes,2,rep,name=ignoredMatches"`
	Source         *Source        `json:"source" protobuf:"bytes,3,req,name=source"`
	Distro         Distribution   `json:"distro" protobuf:"bytes,4,req,name=distro"`
	Descriptor_    Descriptor     `json:"descriptor" protobuf:"bytes,5,req,name=descriptor"`
}

GrypeDocument is the document that represents the vulnerability manifest in the Grype’s JSON format

func (*GrypeDocument) DeepCopy

func (in *GrypeDocument) DeepCopy() *GrypeDocument

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrypeDocument.

func (*GrypeDocument) DeepCopyInto

func (in *GrypeDocument) DeepCopyInto(out *GrypeDocument)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GrypeDocument) Descriptor

func (*GrypeDocument) Descriptor() ([]byte, []int)

func (*GrypeDocument) Marshal added in v0.0.111

func (m *GrypeDocument) Marshal() (dAtA []byte, err error)

func (*GrypeDocument) MarshalTo added in v0.0.111

func (m *GrypeDocument) MarshalTo(dAtA []byte) (int, error)

func (*GrypeDocument) MarshalToSizedBuffer added in v0.0.111

func (m *GrypeDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GrypeDocument) ProtoMessage added in v0.0.111

func (*GrypeDocument) ProtoMessage()

func (*GrypeDocument) Reset added in v0.0.111

func (m *GrypeDocument) Reset()

func (*GrypeDocument) Size added in v0.0.111

func (m *GrypeDocument) Size() (n int)

func (*GrypeDocument) String added in v0.0.111

func (this *GrypeDocument) String() string

func (*GrypeDocument) Unmarshal added in v0.0.111

func (m *GrypeDocument) Unmarshal(dAtA []byte) error

func (*GrypeDocument) XXX_DiscardUnknown added in v0.0.111

func (m *GrypeDocument) XXX_DiscardUnknown()

func (*GrypeDocument) XXX_Marshal added in v0.0.111

func (m *GrypeDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GrypeDocument) XXX_Merge added in v0.0.111

func (m *GrypeDocument) XXX_Merge(src proto.Message)

func (*GrypeDocument) XXX_Size added in v0.0.111

func (m *GrypeDocument) XXX_Size() int

func (*GrypeDocument) XXX_Unmarshal added in v0.0.111

func (m *GrypeDocument) XXX_Unmarshal(b []byte) error

type GrypePackage

type GrypePackage struct {
	Name         string            `json:"name" protobuf:"bytes,1,req,name=name"`
	Version      string            `json:"version" protobuf:"bytes,2,req,name=version"`
	Type         SyftType          `json:"type" protobuf:"bytes,3,req,name=type"`
	Locations    []SyftCoordinates `json:"locations" protobuf:"bytes,4,rep,name=locations"`
	Language     SyftLanguage      `json:"language" protobuf:"bytes,5,req,name=language"`
	Licenses     []string          `json:"licenses" protobuf:"bytes,6,rep,name=licenses"`
	CPEs         []string          `json:"cpes" protobuf:"bytes,7,rep,name=cpes"`
	PURL         string            `json:"purl" protobuf:"bytes,8,req,name=purl"`
	Upstreams    []UpstreamPackage `json:"upstreams" protobuf:"bytes,9,rep,name=upstreams"`
	MetadataType MetadataType      `json:"metadataType,omitempty" protobuf:"bytes,10,opt,name=metadataType"`
	Metadata     json.RawMessage   `json:"metadata,omitempty" protobuf:"bytes,11,opt,name=metadata"`
}

func (*GrypePackage) DeepCopy

func (in *GrypePackage) DeepCopy() *GrypePackage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrypePackage.

func (*GrypePackage) DeepCopyInto

func (in *GrypePackage) DeepCopyInto(out *GrypePackage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GrypePackage) Descriptor added in v0.0.111

func (*GrypePackage) Descriptor() ([]byte, []int)

func (*GrypePackage) Marshal added in v0.0.111

func (m *GrypePackage) Marshal() (dAtA []byte, err error)

func (*GrypePackage) MarshalTo added in v0.0.111

func (m *GrypePackage) MarshalTo(dAtA []byte) (int, error)

func (*GrypePackage) MarshalToSizedBuffer added in v0.0.111

func (m *GrypePackage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GrypePackage) ProtoMessage added in v0.0.111

func (*GrypePackage) ProtoMessage()

func (*GrypePackage) Reset added in v0.0.111

func (m *GrypePackage) Reset()

func (*GrypePackage) Size added in v0.0.111

func (m *GrypePackage) Size() (n int)

func (*GrypePackage) String added in v0.0.111

func (this *GrypePackage) String() string

func (*GrypePackage) Unmarshal added in v0.0.111

func (m *GrypePackage) Unmarshal(dAtA []byte) error

func (*GrypePackage) XXX_DiscardUnknown added in v0.0.111

func (m *GrypePackage) XXX_DiscardUnknown()

func (*GrypePackage) XXX_Marshal added in v0.0.111

func (m *GrypePackage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GrypePackage) XXX_Merge added in v0.0.111

func (m *GrypePackage) XXX_Merge(src proto.Message)

func (*GrypePackage) XXX_Size added in v0.0.111

func (m *GrypePackage) XXX_Size() int

func (*GrypePackage) XXX_Unmarshal added in v0.0.111

func (m *GrypePackage) XXX_Unmarshal(b []byte) error

type HTTPEndpoint added in v0.0.117

type HTTPEndpoint struct {
	Endpoint  string                  `json:"endpoint,omitempty" protobuf:"bytes,1,opt,name=endpoint"`
	Methods   []string                `json:"methods,omitempty" protobuf:"bytes,2,opt,name=methods"`
	Internal  bool                    `json:"internal" protobuf:"bytes,3,opt,name=internal"`
	Direction consts.NetworkDirection `json:"direction,omitempty" protobuf:"bytes,4,opt,name=direction"`
	Headers   json.RawMessage         `json:"headers,omitempty" protobuf:"bytes,5,opt,name=headers"`
}

func (*HTTPEndpoint) DeepCopy added in v0.0.117

func (in *HTTPEndpoint) DeepCopy() *HTTPEndpoint

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPEndpoint.

func (*HTTPEndpoint) DeepCopyInto added in v0.0.117

func (in *HTTPEndpoint) DeepCopyInto(out *HTTPEndpoint)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*HTTPEndpoint) Descriptor added in v0.0.117

func (*HTTPEndpoint) Descriptor() ([]byte, []int)

func (*HTTPEndpoint) GetHeaders added in v0.0.117

func (e *HTTPEndpoint) GetHeaders() (map[string][]string, error)

func (*HTTPEndpoint) Marshal added in v0.0.117

func (m *HTTPEndpoint) Marshal() (dAtA []byte, err error)

func (*HTTPEndpoint) MarshalTo added in v0.0.117

func (m *HTTPEndpoint) MarshalTo(dAtA []byte) (int, error)

func (*HTTPEndpoint) MarshalToSizedBuffer added in v0.0.117

func (m *HTTPEndpoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HTTPEndpoint) ProtoMessage added in v0.0.117

func (*HTTPEndpoint) ProtoMessage()

func (*HTTPEndpoint) Reset added in v0.0.117

func (m *HTTPEndpoint) Reset()

func (*HTTPEndpoint) Size added in v0.0.117

func (m *HTTPEndpoint) Size() (n int)

func (*HTTPEndpoint) String added in v0.0.117

func (this *HTTPEndpoint) String() string

func (*HTTPEndpoint) Unmarshal added in v0.0.117

func (m *HTTPEndpoint) Unmarshal(dAtA []byte) error

func (*HTTPEndpoint) XXX_DiscardUnknown added in v0.0.117

func (m *HTTPEndpoint) XXX_DiscardUnknown()

func (*HTTPEndpoint) XXX_Marshal added in v0.0.117

func (m *HTTPEndpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HTTPEndpoint) XXX_Merge added in v0.0.117

func (m *HTTPEndpoint) XXX_Merge(src proto.Message)

func (*HTTPEndpoint) XXX_Size added in v0.0.117

func (m *HTTPEndpoint) XXX_Size() int

func (*HTTPEndpoint) XXX_Unmarshal added in v0.0.117

func (m *HTTPEndpoint) XXX_Unmarshal(b []byte) error

type HTTPIngressPath added in v0.0.33

type HTTPIngressPath struct {
	Path string `json:"path,omitempty" protobuf:"bytes,1,opt,name=path"`

	// pathType determines the interpretation of the path matching. PathType can
	// be one of the following values:
	// * Exact: Matches the URL path exactly.
	// * Prefix: Matches based on a URL path prefix split by '/'. Matching is
	//   done on a path element by element basis. A path element refers is the
	//   list of labels in the path split by the '/' separator. A request is a
	//   match for path p if every p is an element-wise prefix of p of the
	//   request path. Note that if the last element of the path is a substring
	//   of the last element in request path, it is not a match (e.g. /foo/bar
	//   matches /foo/bar/baz, but does not match /foo/barbaz).
	// * ImplementationSpecific: Interpretation of the Path matching is up to
	//   the IngressClass. Implementations can treat this as a separate PathType
	//   or treat it identically to Prefix or Exact path types.
	// Implementations are required to support all path types.
	PathType *PathType `json:"pathType" protobuf:"bytes,3,req,name=pathType"`

	// backend defines the referenced service endpoint to which the traffic
	// will be forwarded to.
	Backend IngressBackend `json:"backend" protobuf:"bytes,2,req,name=backend"`
}

HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.

func (*HTTPIngressPath) DeepCopy added in v0.0.33

func (in *HTTPIngressPath) DeepCopy() *HTTPIngressPath

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressPath.

func (*HTTPIngressPath) DeepCopyInto added in v0.0.33

func (in *HTTPIngressPath) DeepCopyInto(out *HTTPIngressPath)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*HTTPIngressPath) Descriptor added in v0.0.111

func (*HTTPIngressPath) Descriptor() ([]byte, []int)

func (*HTTPIngressPath) Marshal added in v0.0.111

func (m *HTTPIngressPath) Marshal() (dAtA []byte, err error)

func (*HTTPIngressPath) MarshalTo added in v0.0.111

func (m *HTTPIngressPath) MarshalTo(dAtA []byte) (int, error)

func (*HTTPIngressPath) MarshalToSizedBuffer added in v0.0.111

func (m *HTTPIngressPath) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HTTPIngressPath) ProtoMessage added in v0.0.111

func (*HTTPIngressPath) ProtoMessage()

func (*HTTPIngressPath) Reset added in v0.0.111

func (m *HTTPIngressPath) Reset()

func (*HTTPIngressPath) Size added in v0.0.111

func (m *HTTPIngressPath) Size() (n int)

func (*HTTPIngressPath) String added in v0.0.111

func (this *HTTPIngressPath) String() string

func (*HTTPIngressPath) Unmarshal added in v0.0.111

func (m *HTTPIngressPath) Unmarshal(dAtA []byte) error

func (*HTTPIngressPath) XXX_DiscardUnknown added in v0.0.111

func (m *HTTPIngressPath) XXX_DiscardUnknown()

func (*HTTPIngressPath) XXX_Marshal added in v0.0.111

func (m *HTTPIngressPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HTTPIngressPath) XXX_Merge added in v0.0.111

func (m *HTTPIngressPath) XXX_Merge(src proto.Message)

func (*HTTPIngressPath) XXX_Size added in v0.0.111

func (m *HTTPIngressPath) XXX_Size() int

func (*HTTPIngressPath) XXX_Unmarshal added in v0.0.111

func (m *HTTPIngressPath) XXX_Unmarshal(b []byte) error

type HTTPIngressRuleValue added in v0.0.33

type HTTPIngressRuleValue struct {
	// paths is a collection of paths that map requests to backends.
	// +listType=atomic
	Paths []HTTPIngressPath `json:"paths" protobuf:"bytes,1,rep,name=paths"`
}

HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.

func (*HTTPIngressRuleValue) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressRuleValue.

func (*HTTPIngressRuleValue) DeepCopyInto added in v0.0.33

func (in *HTTPIngressRuleValue) DeepCopyInto(out *HTTPIngressRuleValue)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*HTTPIngressRuleValue) Descriptor added in v0.0.111

func (*HTTPIngressRuleValue) Descriptor() ([]byte, []int)

func (*HTTPIngressRuleValue) Marshal added in v0.0.111

func (m *HTTPIngressRuleValue) Marshal() (dAtA []byte, err error)

func (*HTTPIngressRuleValue) MarshalTo added in v0.0.111

func (m *HTTPIngressRuleValue) MarshalTo(dAtA []byte) (int, error)

func (*HTTPIngressRuleValue) MarshalToSizedBuffer added in v0.0.111

func (m *HTTPIngressRuleValue) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HTTPIngressRuleValue) ProtoMessage added in v0.0.111

func (*HTTPIngressRuleValue) ProtoMessage()

func (*HTTPIngressRuleValue) Reset added in v0.0.111

func (m *HTTPIngressRuleValue) Reset()

func (*HTTPIngressRuleValue) Size added in v0.0.111

func (m *HTTPIngressRuleValue) Size() (n int)

func (*HTTPIngressRuleValue) String added in v0.0.111

func (this *HTTPIngressRuleValue) String() string

func (*HTTPIngressRuleValue) Unmarshal added in v0.0.111

func (m *HTTPIngressRuleValue) Unmarshal(dAtA []byte) error

func (*HTTPIngressRuleValue) XXX_DiscardUnknown added in v0.0.111

func (m *HTTPIngressRuleValue) XXX_DiscardUnknown()

func (*HTTPIngressRuleValue) XXX_Marshal added in v0.0.111

func (m *HTTPIngressRuleValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HTTPIngressRuleValue) XXX_Merge added in v0.0.111

func (m *HTTPIngressRuleValue) XXX_Merge(src proto.Message)

func (*HTTPIngressRuleValue) XXX_Size added in v0.0.111

func (m *HTTPIngressRuleValue) XXX_Size() int

func (*HTTPIngressRuleValue) XXX_Unmarshal added in v0.0.111

func (m *HTTPIngressRuleValue) XXX_Unmarshal(b []byte) error

type Hash added in v0.0.29

type Hash string

type IDLikes added in v0.0.42

type IDLikes []string

func (IDLikes) DeepCopy added in v0.0.42

func (in IDLikes) DeepCopy() IDLikes

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IDLikes.

func (IDLikes) DeepCopyInto added in v0.0.42

func (in IDLikes) DeepCopyInto(out *IDLikes)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IDLikes) UnmarshalJSON added in v0.0.42

func (s *IDLikes) UnmarshalJSON(data []byte) error

type IPBlock added in v0.0.33

type IPBlock struct {
	// cidr is a string representing the IPBlock
	// Valid examples are "192.168.1.0/24" or "2001:db8::/64"
	CIDR string `json:"cidr" protobuf:"bytes,1,name=cidr"`

	Except []string `json:"except,omitempty" protobuf:"bytes,2,rep,name=except"`
}

IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

func (*IPBlock) DeepCopy added in v0.0.33

func (in *IPBlock) DeepCopy() *IPBlock

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPBlock.

func (*IPBlock) DeepCopyInto added in v0.0.33

func (in *IPBlock) DeepCopyInto(out *IPBlock)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IPBlock) Descriptor added in v0.0.111

func (*IPBlock) Descriptor() ([]byte, []int)

func (*IPBlock) Marshal added in v0.0.111

func (m *IPBlock) Marshal() (dAtA []byte, err error)

func (*IPBlock) MarshalTo added in v0.0.111

func (m *IPBlock) MarshalTo(dAtA []byte) (int, error)

func (*IPBlock) MarshalToSizedBuffer added in v0.0.111

func (m *IPBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IPBlock) ProtoMessage added in v0.0.111

func (*IPBlock) ProtoMessage()

func (*IPBlock) Reset added in v0.0.111

func (m *IPBlock) Reset()

func (*IPBlock) Size added in v0.0.111

func (m *IPBlock) Size() (n int)

func (*IPBlock) String added in v0.0.111

func (this *IPBlock) String() string

func (*IPBlock) Unmarshal added in v0.0.111

func (m *IPBlock) Unmarshal(dAtA []byte) error

func (*IPBlock) XXX_DiscardUnknown added in v0.0.111

func (m *IPBlock) XXX_DiscardUnknown()

func (*IPBlock) XXX_Marshal added in v0.0.111

func (m *IPBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IPBlock) XXX_Merge added in v0.0.111

func (m *IPBlock) XXX_Merge(src proto.Message)

func (*IPBlock) XXX_Size added in v0.0.111

func (m *IPBlock) XXX_Size() int

func (*IPBlock) XXX_Unmarshal added in v0.0.111

func (m *IPBlock) XXX_Unmarshal(b []byte) error

type IdentifierLocator added in v0.0.29

type IdentifierLocator string

type IdentifierType added in v0.0.29

type IdentifierType string

type IgnoreRule

type IgnoreRule struct {
	Vulnerability string             `json:"vulnerability,omitempty" protobuf:"bytes,1,opt,name=vulnerability"`
	FixState      string             `json:"fix-state,omitempty" protobuf:"bytes,2,opt,name=fixstate"`
	Package       *IgnoreRulePackage `json:"package,omitempty" protobuf:"bytes,3,opt,name=package"`
}

func (*IgnoreRule) DeepCopy

func (in *IgnoreRule) DeepCopy() *IgnoreRule

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoreRule.

func (*IgnoreRule) DeepCopyInto

func (in *IgnoreRule) DeepCopyInto(out *IgnoreRule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IgnoreRule) Descriptor added in v0.0.111

func (*IgnoreRule) Descriptor() ([]byte, []int)

func (*IgnoreRule) Marshal added in v0.0.111

func (m *IgnoreRule) Marshal() (dAtA []byte, err error)

func (*IgnoreRule) MarshalTo added in v0.0.111

func (m *IgnoreRule) MarshalTo(dAtA []byte) (int, error)

func (*IgnoreRule) MarshalToSizedBuffer added in v0.0.111

func (m *IgnoreRule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IgnoreRule) ProtoMessage added in v0.0.111

func (*IgnoreRule) ProtoMessage()

func (*IgnoreRule) Reset added in v0.0.111

func (m *IgnoreRule) Reset()

func (*IgnoreRule) Size added in v0.0.111

func (m *IgnoreRule) Size() (n int)

func (*IgnoreRule) String added in v0.0.111

func (this *IgnoreRule) String() string

func (*IgnoreRule) Unmarshal added in v0.0.111

func (m *IgnoreRule) Unmarshal(dAtA []byte) error

func (*IgnoreRule) XXX_DiscardUnknown added in v0.0.111

func (m *IgnoreRule) XXX_DiscardUnknown()

func (*IgnoreRule) XXX_Marshal added in v0.0.111

func (m *IgnoreRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnoreRule) XXX_Merge added in v0.0.111

func (m *IgnoreRule) XXX_Merge(src proto.Message)

func (*IgnoreRule) XXX_Size added in v0.0.111

func (m *IgnoreRule) XXX_Size() int

func (*IgnoreRule) XXX_Unmarshal added in v0.0.111

func (m *IgnoreRule) XXX_Unmarshal(b []byte) error

type IgnoreRulePackage

type IgnoreRulePackage struct {
	Name         string `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"`
	Version      string `json:"version,omitempty" protobuf:"bytes,2,opt,name=version"`
	Type         string `json:"type,omitempty" protobuf:"bytes,3,opt,name=type"`
	Location     string `json:"location,omitempty" protobuf:"bytes,4,opt,name=location"`
	UpstreamName string `json:"upstream-name,omitempty" protobuf:"bytes,5,opt,name=upstreamname"`
}

func (*IgnoreRulePackage) DeepCopy

func (in *IgnoreRulePackage) DeepCopy() *IgnoreRulePackage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoreRulePackage.

func (*IgnoreRulePackage) DeepCopyInto

func (in *IgnoreRulePackage) DeepCopyInto(out *IgnoreRulePackage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IgnoreRulePackage) Descriptor added in v0.0.111

func (*IgnoreRulePackage) Descriptor() ([]byte, []int)

func (*IgnoreRulePackage) Marshal added in v0.0.111

func (m *IgnoreRulePackage) Marshal() (dAtA []byte, err error)

func (*IgnoreRulePackage) MarshalTo added in v0.0.111

func (m *IgnoreRulePackage) MarshalTo(dAtA []byte) (int, error)

func (*IgnoreRulePackage) MarshalToSizedBuffer added in v0.0.111

func (m *IgnoreRulePackage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IgnoreRulePackage) ProtoMessage added in v0.0.111

func (*IgnoreRulePackage) ProtoMessage()

func (*IgnoreRulePackage) Reset added in v0.0.111

func (m *IgnoreRulePackage) Reset()

func (*IgnoreRulePackage) Size added in v0.0.111

func (m *IgnoreRulePackage) Size() (n int)

func (*IgnoreRulePackage) String added in v0.0.111

func (this *IgnoreRulePackage) String() string

func (*IgnoreRulePackage) Unmarshal added in v0.0.111

func (m *IgnoreRulePackage) Unmarshal(dAtA []byte) error

func (*IgnoreRulePackage) XXX_DiscardUnknown added in v0.0.111

func (m *IgnoreRulePackage) XXX_DiscardUnknown()

func (*IgnoreRulePackage) XXX_Marshal added in v0.0.111

func (m *IgnoreRulePackage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnoreRulePackage) XXX_Merge added in v0.0.111

func (m *IgnoreRulePackage) XXX_Merge(src proto.Message)

func (*IgnoreRulePackage) XXX_Size added in v0.0.111

func (m *IgnoreRulePackage) XXX_Size() int

func (*IgnoreRulePackage) XXX_Unmarshal added in v0.0.111

func (m *IgnoreRulePackage) XXX_Unmarshal(b []byte) error

type IgnoredMatch

type IgnoredMatch struct {
	Match              `protobuf:"bytes,1,opt,name=match"`
	AppliedIgnoreRules []IgnoreRule `json:"appliedIgnoreRules" protobuf:"bytes,2,rep,name=appliedIgnoreRules"`
}

func (*IgnoredMatch) DeepCopy

func (in *IgnoredMatch) DeepCopy() *IgnoredMatch

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoredMatch.

func (*IgnoredMatch) DeepCopyInto

func (in *IgnoredMatch) DeepCopyInto(out *IgnoredMatch)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IgnoredMatch) Descriptor added in v0.0.111

func (*IgnoredMatch) Descriptor() ([]byte, []int)

func (*IgnoredMatch) Marshal added in v0.0.111

func (m *IgnoredMatch) Marshal() (dAtA []byte, err error)

func (*IgnoredMatch) MarshalTo added in v0.0.111

func (m *IgnoredMatch) MarshalTo(dAtA []byte) (int, error)

func (*IgnoredMatch) MarshalToSizedBuffer added in v0.0.111

func (m *IgnoredMatch) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IgnoredMatch) ProtoMessage added in v0.0.111

func (*IgnoredMatch) ProtoMessage()

func (*IgnoredMatch) Reset added in v0.0.111

func (m *IgnoredMatch) Reset()

func (*IgnoredMatch) Size added in v0.0.111

func (m *IgnoredMatch) Size() (n int)

func (*IgnoredMatch) String added in v0.0.111

func (this *IgnoredMatch) String() string

func (*IgnoredMatch) Unmarshal added in v0.0.111

func (m *IgnoredMatch) Unmarshal(dAtA []byte) error

func (*IgnoredMatch) XXX_DiscardUnknown added in v0.0.111

func (m *IgnoredMatch) XXX_DiscardUnknown()

func (*IgnoredMatch) XXX_Marshal added in v0.0.111

func (m *IgnoredMatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnoredMatch) XXX_Merge added in v0.0.111

func (m *IgnoredMatch) XXX_Merge(src proto.Message)

func (*IgnoredMatch) XXX_Size added in v0.0.111

func (m *IgnoredMatch) XXX_Size() int

func (*IgnoredMatch) XXX_Unmarshal added in v0.0.111

func (m *IgnoredMatch) XXX_Unmarshal(b []byte) error

type Ingress added in v0.0.33

type Ingress struct {
	metav1.TypeMeta `json:",inline"`

	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec IngressSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	Status IngressStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.

func (*Ingress) DeepCopy added in v0.0.33

func (in *Ingress) DeepCopy() *Ingress

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ingress.

func (*Ingress) DeepCopyInto added in v0.0.33

func (in *Ingress) DeepCopyInto(out *Ingress)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Ingress) Descriptor added in v0.0.111

func (*Ingress) Descriptor() ([]byte, []int)

func (*Ingress) Marshal added in v0.0.111

func (m *Ingress) Marshal() (dAtA []byte, err error)

func (*Ingress) MarshalTo added in v0.0.111

func (m *Ingress) MarshalTo(dAtA []byte) (int, error)

func (*Ingress) MarshalToSizedBuffer added in v0.0.111

func (m *Ingress) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Ingress) ProtoMessage added in v0.0.111

func (*Ingress) ProtoMessage()

func (*Ingress) Reset added in v0.0.111

func (m *Ingress) Reset()

func (*Ingress) Size added in v0.0.111

func (m *Ingress) Size() (n int)

func (*Ingress) String added in v0.0.111

func (this *Ingress) String() string

func (*Ingress) Unmarshal added in v0.0.111

func (m *Ingress) Unmarshal(dAtA []byte) error

func (*Ingress) XXX_DiscardUnknown added in v0.0.111

func (m *Ingress) XXX_DiscardUnknown()

func (*Ingress) XXX_Marshal added in v0.0.111

func (m *Ingress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ingress) XXX_Merge added in v0.0.111

func (m *Ingress) XXX_Merge(src proto.Message)

func (*Ingress) XXX_Size added in v0.0.111

func (m *Ingress) XXX_Size() int

func (*Ingress) XXX_Unmarshal added in v0.0.111

func (m *Ingress) XXX_Unmarshal(b []byte) error

type IngressBackend added in v0.0.33

type IngressBackend struct {
	Service *IngressServiceBackend `json:"service,omitempty" protobuf:"bytes,4,opt,name=service"`

	Resource *v1.TypedLocalObjectReference `json:"resource,omitempty" protobuf:"bytes,3,opt,name=resource"`
}

IngressBackend describes all endpoints for a given service and port.

func (*IngressBackend) DeepCopy added in v0.0.33

func (in *IngressBackend) DeepCopy() *IngressBackend

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressBackend.

func (*IngressBackend) DeepCopyInto added in v0.0.33

func (in *IngressBackend) DeepCopyInto(out *IngressBackend)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressBackend) Descriptor added in v0.0.111

func (*IngressBackend) Descriptor() ([]byte, []int)

func (*IngressBackend) Marshal added in v0.0.111

func (m *IngressBackend) Marshal() (dAtA []byte, err error)

func (*IngressBackend) MarshalTo added in v0.0.111

func (m *IngressBackend) MarshalTo(dAtA []byte) (int, error)

func (*IngressBackend) MarshalToSizedBuffer added in v0.0.111

func (m *IngressBackend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressBackend) ProtoMessage added in v0.0.111

func (*IngressBackend) ProtoMessage()

func (*IngressBackend) Reset added in v0.0.111

func (m *IngressBackend) Reset()

func (*IngressBackend) Size added in v0.0.111

func (m *IngressBackend) Size() (n int)

func (*IngressBackend) String added in v0.0.111

func (this *IngressBackend) String() string

func (*IngressBackend) Unmarshal added in v0.0.111

func (m *IngressBackend) Unmarshal(dAtA []byte) error

func (*IngressBackend) XXX_DiscardUnknown added in v0.0.111

func (m *IngressBackend) XXX_DiscardUnknown()

func (*IngressBackend) XXX_Marshal added in v0.0.111

func (m *IngressBackend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressBackend) XXX_Merge added in v0.0.111

func (m *IngressBackend) XXX_Merge(src proto.Message)

func (*IngressBackend) XXX_Size added in v0.0.111

func (m *IngressBackend) XXX_Size() int

func (*IngressBackend) XXX_Unmarshal added in v0.0.111

func (m *IngressBackend) XXX_Unmarshal(b []byte) error

type IngressClass added in v0.0.33

type IngressClass struct {
	metav1.TypeMeta `json:",inline"`

	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec IngressClassSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.

func (*IngressClass) DeepCopy added in v0.0.33

func (in *IngressClass) DeepCopy() *IngressClass

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClass.

func (*IngressClass) DeepCopyInto added in v0.0.33

func (in *IngressClass) DeepCopyInto(out *IngressClass)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressClass) Descriptor added in v0.0.111

func (*IngressClass) Descriptor() ([]byte, []int)

func (*IngressClass) Marshal added in v0.0.111

func (m *IngressClass) Marshal() (dAtA []byte, err error)

func (*IngressClass) MarshalTo added in v0.0.111

func (m *IngressClass) MarshalTo(dAtA []byte) (int, error)

func (*IngressClass) MarshalToSizedBuffer added in v0.0.111

func (m *IngressClass) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressClass) ProtoMessage added in v0.0.111

func (*IngressClass) ProtoMessage()

func (*IngressClass) Reset added in v0.0.111

func (m *IngressClass) Reset()

func (*IngressClass) Size added in v0.0.111

func (m *IngressClass) Size() (n int)

func (*IngressClass) String added in v0.0.111

func (this *IngressClass) String() string

func (*IngressClass) Unmarshal added in v0.0.111

func (m *IngressClass) Unmarshal(dAtA []byte) error

func (*IngressClass) XXX_DiscardUnknown added in v0.0.111

func (m *IngressClass) XXX_DiscardUnknown()

func (*IngressClass) XXX_Marshal added in v0.0.111

func (m *IngressClass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressClass) XXX_Merge added in v0.0.111

func (m *IngressClass) XXX_Merge(src proto.Message)

func (*IngressClass) XXX_Size added in v0.0.111

func (m *IngressClass) XXX_Size() int

func (*IngressClass) XXX_Unmarshal added in v0.0.111

func (m *IngressClass) XXX_Unmarshal(b []byte) error

type IngressClassList added in v0.0.33

type IngressClassList struct {
	metav1.TypeMeta `json:",inline"`

	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// items is the list of IngressClasses.
	Items []IngressClass `json:"items" protobuf:"bytes,2,rep,name=items"`
}

IngressClassList is a collection of IngressClasses.

func (*IngressClassList) DeepCopy added in v0.0.33

func (in *IngressClassList) DeepCopy() *IngressClassList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClassList.

func (*IngressClassList) DeepCopyInto added in v0.0.33

func (in *IngressClassList) DeepCopyInto(out *IngressClassList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressClassList) Descriptor added in v0.0.111

func (*IngressClassList) Descriptor() ([]byte, []int)

func (*IngressClassList) Marshal added in v0.0.111

func (m *IngressClassList) Marshal() (dAtA []byte, err error)

func (*IngressClassList) MarshalTo added in v0.0.111

func (m *IngressClassList) MarshalTo(dAtA []byte) (int, error)

func (*IngressClassList) MarshalToSizedBuffer added in v0.0.111

func (m *IngressClassList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressClassList) ProtoMessage added in v0.0.111

func (*IngressClassList) ProtoMessage()

func (*IngressClassList) Reset added in v0.0.111

func (m *IngressClassList) Reset()

func (*IngressClassList) Size added in v0.0.111

func (m *IngressClassList) Size() (n int)

func (*IngressClassList) String added in v0.0.111

func (this *IngressClassList) String() string

func (*IngressClassList) Unmarshal added in v0.0.111

func (m *IngressClassList) Unmarshal(dAtA []byte) error

func (*IngressClassList) XXX_DiscardUnknown added in v0.0.111

func (m *IngressClassList) XXX_DiscardUnknown()

func (*IngressClassList) XXX_Marshal added in v0.0.111

func (m *IngressClassList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressClassList) XXX_Merge added in v0.0.111

func (m *IngressClassList) XXX_Merge(src proto.Message)

func (*IngressClassList) XXX_Size added in v0.0.111

func (m *IngressClassList) XXX_Size() int

func (*IngressClassList) XXX_Unmarshal added in v0.0.111

func (m *IngressClassList) XXX_Unmarshal(b []byte) error

type IngressClassParametersReference added in v0.0.33

type IngressClassParametersReference struct {
	APIGroup *string `json:"apiGroup,omitempty" protobuf:"bytes,1,opt,name=aPIGroup"`

	// kind is the type of resource being referenced.
	Kind string `json:"kind" protobuf:"bytes,2,req,name=kind"`

	// name is the name of resource being referenced.
	Name string `json:"name" protobuf:"bytes,3,req,name=name"`

	Scope *string `json:"scope" protobuf:"bytes,4,req,name=scope"`

	Namespace *string `json:"namespace,omitempty" protobuf:"bytes,5,opt,name=namespace"`
}

IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.

func (*IngressClassParametersReference) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClassParametersReference.

func (*IngressClassParametersReference) DeepCopyInto added in v0.0.33

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressClassParametersReference) Descriptor added in v0.0.111

func (*IngressClassParametersReference) Descriptor() ([]byte, []int)

func (*IngressClassParametersReference) Marshal added in v0.0.111

func (m *IngressClassParametersReference) Marshal() (dAtA []byte, err error)

func (*IngressClassParametersReference) MarshalTo added in v0.0.111

func (m *IngressClassParametersReference) MarshalTo(dAtA []byte) (int, error)

func (*IngressClassParametersReference) MarshalToSizedBuffer added in v0.0.111

func (m *IngressClassParametersReference) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressClassParametersReference) ProtoMessage added in v0.0.111

func (*IngressClassParametersReference) ProtoMessage()

func (*IngressClassParametersReference) Reset added in v0.0.111

func (*IngressClassParametersReference) Size added in v0.0.111

func (m *IngressClassParametersReference) Size() (n int)

func (*IngressClassParametersReference) String added in v0.0.111

func (this *IngressClassParametersReference) String() string

func (*IngressClassParametersReference) Unmarshal added in v0.0.111

func (m *IngressClassParametersReference) Unmarshal(dAtA []byte) error

func (*IngressClassParametersReference) XXX_DiscardUnknown added in v0.0.111

func (m *IngressClassParametersReference) XXX_DiscardUnknown()

func (*IngressClassParametersReference) XXX_Marshal added in v0.0.111

func (m *IngressClassParametersReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressClassParametersReference) XXX_Merge added in v0.0.111

func (m *IngressClassParametersReference) XXX_Merge(src proto.Message)

func (*IngressClassParametersReference) XXX_Size added in v0.0.111

func (m *IngressClassParametersReference) XXX_Size() int

func (*IngressClassParametersReference) XXX_Unmarshal added in v0.0.111

func (m *IngressClassParametersReference) XXX_Unmarshal(b []byte) error

type IngressClassSpec added in v0.0.33

type IngressClassSpec struct {
	// controller refers to the name of the controller that should handle this
	// class. This allows for different "flavors" that are controlled by the
	// same controller. For example, you may have different parameters for the
	// same implementing controller. This should be specified as a
	// domain-prefixed path no more than 250 characters in length, e.g.
	// "acme.io/ingress-controller". This field is immutable.
	Controller string `json:"controller,omitempty" protobuf:"bytes,1,opt,name=controller"`

	Parameters *IngressClassParametersReference `json:"parameters,omitempty" protobuf:"bytes,2,opt,name=parameters"`
}

IngressClassSpec provides information about the class of an Ingress.

func (*IngressClassSpec) DeepCopy added in v0.0.33

func (in *IngressClassSpec) DeepCopy() *IngressClassSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClassSpec.

func (*IngressClassSpec) DeepCopyInto added in v0.0.33

func (in *IngressClassSpec) DeepCopyInto(out *IngressClassSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressClassSpec) Descriptor added in v0.0.111

func (*IngressClassSpec) Descriptor() ([]byte, []int)

func (*IngressClassSpec) Marshal added in v0.0.111

func (m *IngressClassSpec) Marshal() (dAtA []byte, err error)

func (*IngressClassSpec) MarshalTo added in v0.0.111

func (m *IngressClassSpec) MarshalTo(dAtA []byte) (int, error)

func (*IngressClassSpec) MarshalToSizedBuffer added in v0.0.111

func (m *IngressClassSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressClassSpec) ProtoMessage added in v0.0.111

func (*IngressClassSpec) ProtoMessage()

func (*IngressClassSpec) Reset added in v0.0.111

func (m *IngressClassSpec) Reset()

func (*IngressClassSpec) Size added in v0.0.111

func (m *IngressClassSpec) Size() (n int)

func (*IngressClassSpec) String added in v0.0.111

func (this *IngressClassSpec) String() string

func (*IngressClassSpec) Unmarshal added in v0.0.111

func (m *IngressClassSpec) Unmarshal(dAtA []byte) error

func (*IngressClassSpec) XXX_DiscardUnknown added in v0.0.111

func (m *IngressClassSpec) XXX_DiscardUnknown()

func (*IngressClassSpec) XXX_Marshal added in v0.0.111

func (m *IngressClassSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressClassSpec) XXX_Merge added in v0.0.111

func (m *IngressClassSpec) XXX_Merge(src proto.Message)

func (*IngressClassSpec) XXX_Size added in v0.0.111

func (m *IngressClassSpec) XXX_Size() int

func (*IngressClassSpec) XXX_Unmarshal added in v0.0.111

func (m *IngressClassSpec) XXX_Unmarshal(b []byte) error

type IngressList added in v0.0.33

type IngressList struct {
	metav1.TypeMeta `json:",inline"`

	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// items is the list of Ingress.
	Items []Ingress `json:"items" protobuf:"bytes,2,rep,name=items"`
}

IngressList is a collection of Ingress.

func (*IngressList) DeepCopy added in v0.0.33

func (in *IngressList) DeepCopy() *IngressList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressList.

func (*IngressList) DeepCopyInto added in v0.0.33

func (in *IngressList) DeepCopyInto(out *IngressList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressList) Descriptor added in v0.0.111

func (*IngressList) Descriptor() ([]byte, []int)

func (*IngressList) Marshal added in v0.0.111

func (m *IngressList) Marshal() (dAtA []byte, err error)

func (*IngressList) MarshalTo added in v0.0.111

func (m *IngressList) MarshalTo(dAtA []byte) (int, error)

func (*IngressList) MarshalToSizedBuffer added in v0.0.111

func (m *IngressList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressList) ProtoMessage added in v0.0.111

func (*IngressList) ProtoMessage()

func (*IngressList) Reset added in v0.0.111

func (m *IngressList) Reset()

func (*IngressList) Size added in v0.0.111

func (m *IngressList) Size() (n int)

func (*IngressList) String added in v0.0.111

func (this *IngressList) String() string

func (*IngressList) Unmarshal added in v0.0.111

func (m *IngressList) Unmarshal(dAtA []byte) error

func (*IngressList) XXX_DiscardUnknown added in v0.0.111

func (m *IngressList) XXX_DiscardUnknown()

func (*IngressList) XXX_Marshal added in v0.0.111

func (m *IngressList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressList) XXX_Merge added in v0.0.111

func (m *IngressList) XXX_Merge(src proto.Message)

func (*IngressList) XXX_Size added in v0.0.111

func (m *IngressList) XXX_Size() int

func (*IngressList) XXX_Unmarshal added in v0.0.111

func (m *IngressList) XXX_Unmarshal(b []byte) error

type IngressLoadBalancerIngress added in v0.0.33

type IngressLoadBalancerIngress struct {
	IP string `json:"ip,omitempty" protobuf:"bytes,1,opt,name=ip"`

	Hostname string `json:"hostname,omitempty" protobuf:"bytes,2,opt,name=hostname"`

	Ports []IngressPortStatus `json:"ports,omitempty" protobuf:"bytes,4,rep,name=ports"`
}

IngressLoadBalancerIngress represents the status of a load-balancer ingress point.

func (*IngressLoadBalancerIngress) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressLoadBalancerIngress.

func (*IngressLoadBalancerIngress) DeepCopyInto added in v0.0.33

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressLoadBalancerIngress) Descriptor added in v0.0.111

func (*IngressLoadBalancerIngress) Descriptor() ([]byte, []int)

func (*IngressLoadBalancerIngress) Marshal added in v0.0.111

func (m *IngressLoadBalancerIngress) Marshal() (dAtA []byte, err error)

func (*IngressLoadBalancerIngress) MarshalTo added in v0.0.111

func (m *IngressLoadBalancerIngress) MarshalTo(dAtA []byte) (int, error)

func (*IngressLoadBalancerIngress) MarshalToSizedBuffer added in v0.0.111

func (m *IngressLoadBalancerIngress) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressLoadBalancerIngress) ProtoMessage added in v0.0.111

func (*IngressLoadBalancerIngress) ProtoMessage()

func (*IngressLoadBalancerIngress) Reset added in v0.0.111

func (m *IngressLoadBalancerIngress) Reset()

func (*IngressLoadBalancerIngress) Size added in v0.0.111

func (m *IngressLoadBalancerIngress) Size() (n int)

func (*IngressLoadBalancerIngress) String added in v0.0.111

func (this *IngressLoadBalancerIngress) String() string

func (*IngressLoadBalancerIngress) Unmarshal added in v0.0.111

func (m *IngressLoadBalancerIngress) Unmarshal(dAtA []byte) error

func (*IngressLoadBalancerIngress) XXX_DiscardUnknown added in v0.0.111

func (m *IngressLoadBalancerIngress) XXX_DiscardUnknown()

func (*IngressLoadBalancerIngress) XXX_Marshal added in v0.0.111

func (m *IngressLoadBalancerIngress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressLoadBalancerIngress) XXX_Merge added in v0.0.111

func (m *IngressLoadBalancerIngress) XXX_Merge(src proto.Message)

func (*IngressLoadBalancerIngress) XXX_Size added in v0.0.111

func (m *IngressLoadBalancerIngress) XXX_Size() int

func (*IngressLoadBalancerIngress) XXX_Unmarshal added in v0.0.111

func (m *IngressLoadBalancerIngress) XXX_Unmarshal(b []byte) error

type IngressLoadBalancerStatus added in v0.0.33

type IngressLoadBalancerStatus struct {
	Ingress []IngressLoadBalancerIngress `json:"ingress,omitempty" protobuf:"bytes,1,rep,name=ingress"`
}

IngressLoadBalancerStatus represents the status of a load-balancer.

func (*IngressLoadBalancerStatus) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressLoadBalancerStatus.

func (*IngressLoadBalancerStatus) DeepCopyInto added in v0.0.33

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressLoadBalancerStatus) Descriptor added in v0.0.111

func (*IngressLoadBalancerStatus) Descriptor() ([]byte, []int)

func (*IngressLoadBalancerStatus) Marshal added in v0.0.111

func (m *IngressLoadBalancerStatus) Marshal() (dAtA []byte, err error)

func (*IngressLoadBalancerStatus) MarshalTo added in v0.0.111

func (m *IngressLoadBalancerStatus) MarshalTo(dAtA []byte) (int, error)

func (*IngressLoadBalancerStatus) MarshalToSizedBuffer added in v0.0.111

func (m *IngressLoadBalancerStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressLoadBalancerStatus) ProtoMessage added in v0.0.111

func (*IngressLoadBalancerStatus) ProtoMessage()

func (*IngressLoadBalancerStatus) Reset added in v0.0.111

func (m *IngressLoadBalancerStatus) Reset()

func (*IngressLoadBalancerStatus) Size added in v0.0.111

func (m *IngressLoadBalancerStatus) Size() (n int)

func (*IngressLoadBalancerStatus) String added in v0.0.111

func (this *IngressLoadBalancerStatus) String() string

func (*IngressLoadBalancerStatus) Unmarshal added in v0.0.111

func (m *IngressLoadBalancerStatus) Unmarshal(dAtA []byte) error

func (*IngressLoadBalancerStatus) XXX_DiscardUnknown added in v0.0.111

func (m *IngressLoadBalancerStatus) XXX_DiscardUnknown()

func (*IngressLoadBalancerStatus) XXX_Marshal added in v0.0.111

func (m *IngressLoadBalancerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressLoadBalancerStatus) XXX_Merge added in v0.0.111

func (m *IngressLoadBalancerStatus) XXX_Merge(src proto.Message)

func (*IngressLoadBalancerStatus) XXX_Size added in v0.0.111

func (m *IngressLoadBalancerStatus) XXX_Size() int

func (*IngressLoadBalancerStatus) XXX_Unmarshal added in v0.0.111

func (m *IngressLoadBalancerStatus) XXX_Unmarshal(b []byte) error

type IngressPortStatus added in v0.0.33

type IngressPortStatus struct {
	// port is the port number of the ingress port.
	Port int32 `json:"port" protobuf:"varint,1,req,name=port"`

	// protocol is the protocol of the ingress port.
	// The supported values are: "TCP", "UDP", "SCTP"
	Protocol v1.Protocol `json:"protocol" protobuf:"bytes,2,req,name=protocol,casttype=Protocol"`

	// +kubebuilder:validation:Required
	// +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
	// +kubebuilder:validation:MaxLength=316
	Error *string `json:"error,omitempty" protobuf:"bytes,3,opt,name=error"`
}

IngressPortStatus represents the error condition of a service port

func (*IngressPortStatus) DeepCopy added in v0.0.33

func (in *IngressPortStatus) DeepCopy() *IngressPortStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressPortStatus.

func (*IngressPortStatus) DeepCopyInto added in v0.0.33

func (in *IngressPortStatus) DeepCopyInto(out *IngressPortStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressPortStatus) Descriptor added in v0.0.111

func (*IngressPortStatus) Descriptor() ([]byte, []int)

func (*IngressPortStatus) Marshal added in v0.0.111

func (m *IngressPortStatus) Marshal() (dAtA []byte, err error)

func (*IngressPortStatus) MarshalTo added in v0.0.111

func (m *IngressPortStatus) MarshalTo(dAtA []byte) (int, error)

func (*IngressPortStatus) MarshalToSizedBuffer added in v0.0.111

func (m *IngressPortStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressPortStatus) ProtoMessage added in v0.0.111

func (*IngressPortStatus) ProtoMessage()

func (*IngressPortStatus) Reset added in v0.0.111

func (m *IngressPortStatus) Reset()

func (*IngressPortStatus) Size added in v0.0.111

func (m *IngressPortStatus) Size() (n int)

func (*IngressPortStatus) String added in v0.0.111

func (this *IngressPortStatus) String() string

func (*IngressPortStatus) Unmarshal added in v0.0.111

func (m *IngressPortStatus) Unmarshal(dAtA []byte) error

func (*IngressPortStatus) XXX_DiscardUnknown added in v0.0.111

func (m *IngressPortStatus) XXX_DiscardUnknown()

func (*IngressPortStatus) XXX_Marshal added in v0.0.111

func (m *IngressPortStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressPortStatus) XXX_Merge added in v0.0.111

func (m *IngressPortStatus) XXX_Merge(src proto.Message)

func (*IngressPortStatus) XXX_Size added in v0.0.111

func (m *IngressPortStatus) XXX_Size() int

func (*IngressPortStatus) XXX_Unmarshal added in v0.0.111

func (m *IngressPortStatus) XXX_Unmarshal(b []byte) error

type IngressRule added in v0.0.33

type IngressRule struct {
	Host string `json:"host,omitempty" protobuf:"bytes,1,opt,name=host"`

	IngressRuleValue `json:",inline,omitempty" protobuf:"bytes,2,opt,name=ingressRuleValue"`
}

IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

func (*IngressRule) DeepCopy added in v0.0.33

func (in *IngressRule) DeepCopy() *IngressRule

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressRule.

func (*IngressRule) DeepCopyInto added in v0.0.33

func (in *IngressRule) DeepCopyInto(out *IngressRule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressRule) Descriptor added in v0.0.111

func (*IngressRule) Descriptor() ([]byte, []int)

func (*IngressRule) Marshal added in v0.0.111

func (m *IngressRule) Marshal() (dAtA []byte, err error)

func (*IngressRule) MarshalTo added in v0.0.111

func (m *IngressRule) MarshalTo(dAtA []byte) (int, error)

func (*IngressRule) MarshalToSizedBuffer added in v0.0.111

func (m *IngressRule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressRule) ProtoMessage added in v0.0.111

func (*IngressRule) ProtoMessage()

func (*IngressRule) Reset added in v0.0.111

func (m *IngressRule) Reset()

func (*IngressRule) Size added in v0.0.111

func (m *IngressRule) Size() (n int)

func (*IngressRule) String added in v0.0.111

func (this *IngressRule) String() string

func (*IngressRule) Unmarshal added in v0.0.111

func (m *IngressRule) Unmarshal(dAtA []byte) error

func (*IngressRule) XXX_DiscardUnknown added in v0.0.111

func (m *IngressRule) XXX_DiscardUnknown()

func (*IngressRule) XXX_Marshal added in v0.0.111

func (m *IngressRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressRule) XXX_Merge added in v0.0.111

func (m *IngressRule) XXX_Merge(src proto.Message)

func (*IngressRule) XXX_Size added in v0.0.111

func (m *IngressRule) XXX_Size() int

func (*IngressRule) XXX_Unmarshal added in v0.0.111

func (m *IngressRule) XXX_Unmarshal(b []byte) error

type IngressRuleValue added in v0.0.33

type IngressRuleValue struct {
	HTTP *HTTPIngressRuleValue `json:"http,omitempty" protobuf:"bytes,1,opt,name=http"`
}

IngressRuleValue represents a rule to apply against incoming requests. If the rule is satisfied, the request is routed to the specified backend. Currently mixing different types of rules in a single Ingress is disallowed, so exactly one of the following must be set.

func (*IngressRuleValue) DeepCopy added in v0.0.33

func (in *IngressRuleValue) DeepCopy() *IngressRuleValue

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressRuleValue.

func (*IngressRuleValue) DeepCopyInto added in v0.0.33

func (in *IngressRuleValue) DeepCopyInto(out *IngressRuleValue)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressRuleValue) Descriptor added in v0.0.111

func (*IngressRuleValue) Descriptor() ([]byte, []int)

func (*IngressRuleValue) Marshal added in v0.0.111

func (m *IngressRuleValue) Marshal() (dAtA []byte, err error)

func (*IngressRuleValue) MarshalTo added in v0.0.111

func (m *IngressRuleValue) MarshalTo(dAtA []byte) (int, error)

func (*IngressRuleValue) MarshalToSizedBuffer added in v0.0.111

func (m *IngressRuleValue) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressRuleValue) ProtoMessage added in v0.0.111

func (*IngressRuleValue) ProtoMessage()

func (*IngressRuleValue) Reset added in v0.0.111

func (m *IngressRuleValue) Reset()

func (*IngressRuleValue) Size added in v0.0.111

func (m *IngressRuleValue) Size() (n int)

func (*IngressRuleValue) String added in v0.0.111

func (this *IngressRuleValue) String() string

func (*IngressRuleValue) Unmarshal added in v0.0.111

func (m *IngressRuleValue) Unmarshal(dAtA []byte) error

func (*IngressRuleValue) XXX_DiscardUnknown added in v0.0.111

func (m *IngressRuleValue) XXX_DiscardUnknown()

func (*IngressRuleValue) XXX_Marshal added in v0.0.111

func (m *IngressRuleValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressRuleValue) XXX_Merge added in v0.0.111

func (m *IngressRuleValue) XXX_Merge(src proto.Message)

func (*IngressRuleValue) XXX_Size added in v0.0.111

func (m *IngressRuleValue) XXX_Size() int

func (*IngressRuleValue) XXX_Unmarshal added in v0.0.111

func (m *IngressRuleValue) XXX_Unmarshal(b []byte) error

type IngressServiceBackend added in v0.0.33

type IngressServiceBackend struct {
	// name is the referenced service. The service must exist in
	// the same namespace as the Ingress object.
	Name string `json:"name" protobuf:"bytes,1,req,name=name"`

	// port of the referenced service. A port name or port number
	// is required for a IngressServiceBackend.
	Port ServiceBackendPort `json:"port,omitempty" protobuf:"bytes,2,opt,name=port"`
}

IngressServiceBackend references a Kubernetes Service as a Backend.

func (*IngressServiceBackend) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressServiceBackend.

func (*IngressServiceBackend) DeepCopyInto added in v0.0.33

func (in *IngressServiceBackend) DeepCopyInto(out *IngressServiceBackend)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressServiceBackend) Descriptor added in v0.0.111

func (*IngressServiceBackend) Descriptor() ([]byte, []int)

func (*IngressServiceBackend) Marshal added in v0.0.111

func (m *IngressServiceBackend) Marshal() (dAtA []byte, err error)

func (*IngressServiceBackend) MarshalTo added in v0.0.111

func (m *IngressServiceBackend) MarshalTo(dAtA []byte) (int, error)

func (*IngressServiceBackend) MarshalToSizedBuffer added in v0.0.111

func (m *IngressServiceBackend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressServiceBackend) ProtoMessage added in v0.0.111

func (*IngressServiceBackend) ProtoMessage()

func (*IngressServiceBackend) Reset added in v0.0.111

func (m *IngressServiceBackend) Reset()

func (*IngressServiceBackend) Size added in v0.0.111

func (m *IngressServiceBackend) Size() (n int)

func (*IngressServiceBackend) String added in v0.0.111

func (this *IngressServiceBackend) String() string

func (*IngressServiceBackend) Unmarshal added in v0.0.111

func (m *IngressServiceBackend) Unmarshal(dAtA []byte) error

func (*IngressServiceBackend) XXX_DiscardUnknown added in v0.0.111

func (m *IngressServiceBackend) XXX_DiscardUnknown()

func (*IngressServiceBackend) XXX_Marshal added in v0.0.111

func (m *IngressServiceBackend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressServiceBackend) XXX_Merge added in v0.0.111

func (m *IngressServiceBackend) XXX_Merge(src proto.Message)

func (*IngressServiceBackend) XXX_Size added in v0.0.111

func (m *IngressServiceBackend) XXX_Size() int

func (*IngressServiceBackend) XXX_Unmarshal added in v0.0.111

func (m *IngressServiceBackend) XXX_Unmarshal(b []byte) error

type IngressSpec added in v0.0.33

type IngressSpec struct {
	IngressClassName *string `json:"ingressClassName,omitempty" protobuf:"bytes,4,opt,name=ingressClassName"`

	DefaultBackend *IngressBackend `json:"defaultBackend,omitempty" protobuf:"bytes,1,opt,name=defaultBackend"`

	TLS []IngressTLS `json:"tls,omitempty" protobuf:"bytes,2,rep,name=tls"`

	Rules []IngressRule `json:"rules,omitempty" protobuf:"bytes,3,rep,name=rules"`
}

IngressSpec describes the Ingress the user wishes to exist.

func (*IngressSpec) DeepCopy added in v0.0.33

func (in *IngressSpec) DeepCopy() *IngressSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressSpec.

func (*IngressSpec) DeepCopyInto added in v0.0.33

func (in *IngressSpec) DeepCopyInto(out *IngressSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressSpec) Descriptor added in v0.0.111

func (*IngressSpec) Descriptor() ([]byte, []int)

func (*IngressSpec) Marshal added in v0.0.111

func (m *IngressSpec) Marshal() (dAtA []byte, err error)

func (*IngressSpec) MarshalTo added in v0.0.111

func (m *IngressSpec) MarshalTo(dAtA []byte) (int, error)

func (*IngressSpec) MarshalToSizedBuffer added in v0.0.111

func (m *IngressSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressSpec) ProtoMessage added in v0.0.111

func (*IngressSpec) ProtoMessage()

func (*IngressSpec) Reset added in v0.0.111

func (m *IngressSpec) Reset()

func (*IngressSpec) Size added in v0.0.111

func (m *IngressSpec) Size() (n int)

func (*IngressSpec) String added in v0.0.111

func (this *IngressSpec) String() string

func (*IngressSpec) Unmarshal added in v0.0.111

func (m *IngressSpec) Unmarshal(dAtA []byte) error

func (*IngressSpec) XXX_DiscardUnknown added in v0.0.111

func (m *IngressSpec) XXX_DiscardUnknown()

func (*IngressSpec) XXX_Marshal added in v0.0.111

func (m *IngressSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressSpec) XXX_Merge added in v0.0.111

func (m *IngressSpec) XXX_Merge(src proto.Message)

func (*IngressSpec) XXX_Size added in v0.0.111

func (m *IngressSpec) XXX_Size() int

func (*IngressSpec) XXX_Unmarshal added in v0.0.111

func (m *IngressSpec) XXX_Unmarshal(b []byte) error

type IngressStatus added in v0.0.33

type IngressStatus struct {
	LoadBalancer IngressLoadBalancerStatus `json:"loadBalancer,omitempty" protobuf:"bytes,1,opt,name=loadBalancer"`
}

IngressStatus describe the current state of the Ingress.

func (*IngressStatus) DeepCopy added in v0.0.33

func (in *IngressStatus) DeepCopy() *IngressStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressStatus.

func (*IngressStatus) DeepCopyInto added in v0.0.33

func (in *IngressStatus) DeepCopyInto(out *IngressStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressStatus) Descriptor added in v0.0.111

func (*IngressStatus) Descriptor() ([]byte, []int)

func (*IngressStatus) Marshal added in v0.0.111

func (m *IngressStatus) Marshal() (dAtA []byte, err error)

func (*IngressStatus) MarshalTo added in v0.0.111

func (m *IngressStatus) MarshalTo(dAtA []byte) (int, error)

func (*IngressStatus) MarshalToSizedBuffer added in v0.0.111

func (m *IngressStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressStatus) ProtoMessage added in v0.0.111

func (*IngressStatus) ProtoMessage()

func (*IngressStatus) Reset added in v0.0.111

func (m *IngressStatus) Reset()

func (*IngressStatus) Size added in v0.0.111

func (m *IngressStatus) Size() (n int)

func (*IngressStatus) String added in v0.0.111

func (this *IngressStatus) String() string

func (*IngressStatus) Unmarshal added in v0.0.111

func (m *IngressStatus) Unmarshal(dAtA []byte) error

func (*IngressStatus) XXX_DiscardUnknown added in v0.0.111

func (m *IngressStatus) XXX_DiscardUnknown()

func (*IngressStatus) XXX_Marshal added in v0.0.111

func (m *IngressStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressStatus) XXX_Merge added in v0.0.111

func (m *IngressStatus) XXX_Merge(src proto.Message)

func (*IngressStatus) XXX_Size added in v0.0.111

func (m *IngressStatus) XXX_Size() int

func (*IngressStatus) XXX_Unmarshal added in v0.0.111

func (m *IngressStatus) XXX_Unmarshal(b []byte) error

type IngressTLS added in v0.0.33

type IngressTLS struct {
	Hosts []string `json:"hosts,omitempty" protobuf:"bytes,1,rep,name=hosts"`

	SecretName string `json:"secretName,omitempty" protobuf:"bytes,2,opt,name=secretName"`
}

IngressTLS describes the transport layer security associated with an ingress.

func (*IngressTLS) DeepCopy added in v0.0.33

func (in *IngressTLS) DeepCopy() *IngressTLS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.

func (*IngressTLS) DeepCopyInto added in v0.0.33

func (in *IngressTLS) DeepCopyInto(out *IngressTLS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IngressTLS) Descriptor added in v0.0.111

func (*IngressTLS) Descriptor() ([]byte, []int)

func (*IngressTLS) Marshal added in v0.0.111

func (m *IngressTLS) Marshal() (dAtA []byte, err error)

func (*IngressTLS) MarshalTo added in v0.0.111

func (m *IngressTLS) MarshalTo(dAtA []byte) (int, error)

func (*IngressTLS) MarshalToSizedBuffer added in v0.0.111

func (m *IngressTLS) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IngressTLS) ProtoMessage added in v0.0.111

func (*IngressTLS) ProtoMessage()

func (*IngressTLS) Reset added in v0.0.111

func (m *IngressTLS) Reset()

func (*IngressTLS) Size added in v0.0.111

func (m *IngressTLS) Size() (n int)

func (*IngressTLS) String added in v0.0.111

func (this *IngressTLS) String() string

func (*IngressTLS) Unmarshal added in v0.0.111

func (m *IngressTLS) Unmarshal(dAtA []byte) error

func (*IngressTLS) XXX_DiscardUnknown added in v0.0.111

func (m *IngressTLS) XXX_DiscardUnknown()

func (*IngressTLS) XXX_Marshal added in v0.0.111

func (m *IngressTLS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IngressTLS) XXX_Merge added in v0.0.111

func (m *IngressTLS) XXX_Merge(src proto.Message)

func (*IngressTLS) XXX_Size added in v0.0.111

func (m *IngressTLS) XXX_Size() int

func (*IngressTLS) XXX_Unmarshal added in v0.0.111

func (m *IngressTLS) XXX_Unmarshal(b []byte) error

type Justification added in v0.0.29

type Justification string

type KnownServer added in v0.0.42

type KnownServer struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec KnownServerSpec `json:"spec" protobuf:"bytes,2,req,name=spec"`
}

KnownServer represents a known server, containing information about its IP addresses and servers. The purpose is to enrich the GeneratedNetworkPolicy CRD

func (*KnownServer) DeepCopy added in v0.0.42

func (in *KnownServer) DeepCopy() *KnownServer

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KnownServer.

func (*KnownServer) DeepCopyInto added in v0.0.42

func (in *KnownServer) DeepCopyInto(out *KnownServer)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*KnownServer) DeepCopyObject added in v0.0.42

func (in *KnownServer) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*KnownServer) Descriptor added in v0.0.111

func (*KnownServer) Descriptor() ([]byte, []int)

func (*KnownServer) Marshal added in v0.0.111

func (m *KnownServer) Marshal() (dAtA []byte, err error)

func (*KnownServer) MarshalTo added in v0.0.111

func (m *KnownServer) MarshalTo(dAtA []byte) (int, error)

func (*KnownServer) MarshalToSizedBuffer added in v0.0.111

func (m *KnownServer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KnownServer) ProtoMessage added in v0.0.111

func (*KnownServer) ProtoMessage()

func (*KnownServer) Reset added in v0.0.111

func (m *KnownServer) Reset()

func (*KnownServer) Size added in v0.0.111

func (m *KnownServer) Size() (n int)

func (*KnownServer) String added in v0.0.111

func (this *KnownServer) String() string

func (*KnownServer) Unmarshal added in v0.0.111

func (m *KnownServer) Unmarshal(dAtA []byte) error

func (*KnownServer) XXX_DiscardUnknown added in v0.0.111

func (m *KnownServer) XXX_DiscardUnknown()

func (*KnownServer) XXX_Marshal added in v0.0.111

func (m *KnownServer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KnownServer) XXX_Merge added in v0.0.111

func (m *KnownServer) XXX_Merge(src proto.Message)

func (*KnownServer) XXX_Size added in v0.0.111

func (m *KnownServer) XXX_Size() int

func (*KnownServer) XXX_Unmarshal added in v0.0.111

func (m *KnownServer) XXX_Unmarshal(b []byte) error

type KnownServerEntry added in v0.0.42

type KnownServerEntry struct {
	IPBlock string `json:"ipBlock" protobuf:"bytes,1,req,name=ipBlock"`
	Server  string `json:"server" protobuf:"bytes,2,req,name=server"`
	Name    string `json:"name" protobuf:"bytes,3,req,name=name"`
}

func (*KnownServerEntry) DeepCopy added in v0.0.42

func (in *KnownServerEntry) DeepCopy() *KnownServerEntry

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KnownServerEntry.

func (*KnownServerEntry) DeepCopyInto added in v0.0.42

func (in *KnownServerEntry) DeepCopyInto(out *KnownServerEntry)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*KnownServerEntry) Descriptor added in v0.0.111

func (*KnownServerEntry) Descriptor() ([]byte, []int)

func (*KnownServerEntry) Marshal added in v0.0.111

func (m *KnownServerEntry) Marshal() (dAtA []byte, err error)

func (*KnownServerEntry) MarshalTo added in v0.0.111

func (m *KnownServerEntry) MarshalTo(dAtA []byte) (int, error)

func (*KnownServerEntry) MarshalToSizedBuffer added in v0.0.111

func (m *KnownServerEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KnownServerEntry) ProtoMessage added in v0.0.111

func (*KnownServerEntry) ProtoMessage()

func (*KnownServerEntry) Reset added in v0.0.111

func (m *KnownServerEntry) Reset()

func (*KnownServerEntry) Size added in v0.0.111

func (m *KnownServerEntry) Size() (n int)

func (*KnownServerEntry) String added in v0.0.111

func (this *KnownServerEntry) String() string

func (*KnownServerEntry) Unmarshal added in v0.0.111

func (m *KnownServerEntry) Unmarshal(dAtA []byte) error

func (*KnownServerEntry) XXX_DiscardUnknown added in v0.0.111

func (m *KnownServerEntry) XXX_DiscardUnknown()

func (*KnownServerEntry) XXX_Marshal added in v0.0.111

func (m *KnownServerEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KnownServerEntry) XXX_Merge added in v0.0.111

func (m *KnownServerEntry) XXX_Merge(src proto.Message)

func (*KnownServerEntry) XXX_Size added in v0.0.111

func (m *KnownServerEntry) XXX_Size() int

func (*KnownServerEntry) XXX_Unmarshal added in v0.0.111

func (m *KnownServerEntry) XXX_Unmarshal(b []byte) error

type KnownServerList added in v0.0.42

type KnownServerList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []KnownServer `json:"items" protobuf:"bytes,2,rep,name=items"`
}

KnownServerList is a list of KnownServer.

func (*KnownServerList) DeepCopy added in v0.0.42

func (in *KnownServerList) DeepCopy() *KnownServerList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KnownServerList.

func (*KnownServerList) DeepCopyInto added in v0.0.42

func (in *KnownServerList) DeepCopyInto(out *KnownServerList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*KnownServerList) DeepCopyObject added in v0.0.42

func (in *KnownServerList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*KnownServerList) Descriptor added in v0.0.111

func (*KnownServerList) Descriptor() ([]byte, []int)

func (*KnownServerList) Marshal added in v0.0.111

func (m *KnownServerList) Marshal() (dAtA []byte, err error)

func (*KnownServerList) MarshalTo added in v0.0.111

func (m *KnownServerList) MarshalTo(dAtA []byte) (int, error)

func (*KnownServerList) MarshalToSizedBuffer added in v0.0.111

func (m *KnownServerList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*KnownServerList) ProtoMessage added in v0.0.111

func (*KnownServerList) ProtoMessage()

func (*KnownServerList) Reset added in v0.0.111

func (m *KnownServerList) Reset()

func (*KnownServerList) Size added in v0.0.111

func (m *KnownServerList) Size() (n int)

func (*KnownServerList) String added in v0.0.111

func (this *KnownServerList) String() string

func (*KnownServerList) Unmarshal added in v0.0.111

func (m *KnownServerList) Unmarshal(dAtA []byte) error

func (*KnownServerList) XXX_DiscardUnknown added in v0.0.111

func (m *KnownServerList) XXX_DiscardUnknown()

func (*KnownServerList) XXX_Marshal added in v0.0.111

func (m *KnownServerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KnownServerList) XXX_Merge added in v0.0.111

func (m *KnownServerList) XXX_Merge(src proto.Message)

func (*KnownServerList) XXX_Size added in v0.0.111

func (m *KnownServerList) XXX_Size() int

func (*KnownServerList) XXX_Unmarshal added in v0.0.111

func (m *KnownServerList) XXX_Unmarshal(b []byte) error

type KnownServerSpec added in v0.0.42

type KnownServerSpec []KnownServerEntry

func (KnownServerSpec) DeepCopy added in v0.0.42

func (in KnownServerSpec) DeepCopy() KnownServerSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KnownServerSpec.

func (KnownServerSpec) DeepCopyInto added in v0.0.42

func (in KnownServerSpec) DeepCopyInto(out *KnownServerSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type License added in v0.0.42

type License struct {
	Value          string      `json:"value" protobuf:"bytes,1,req,name=value"`
	SPDXExpression string      `json:"spdxExpression" protobuf:"bytes,2,req,name=spdxExpression"`
	Type           LicenseType `json:"type" protobuf:"bytes,3,req,name=type"`
	URLs           []string    `json:"urls" protobuf:"bytes,4,rep,name=urls"`
	Locations      []Location  `json:"locations" protobuf:"bytes,5,rep,name=locations"`
}

func (*License) DeepCopy added in v0.0.42

func (in *License) DeepCopy() *License

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new License.

func (*License) DeepCopyInto added in v0.0.42

func (in *License) DeepCopyInto(out *License)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*License) Descriptor added in v0.0.111

func (*License) Descriptor() ([]byte, []int)

func (*License) Marshal added in v0.0.111

func (m *License) Marshal() (dAtA []byte, err error)

func (*License) MarshalTo added in v0.0.111

func (m *License) MarshalTo(dAtA []byte) (int, error)

func (*License) MarshalToSizedBuffer added in v0.0.111

func (m *License) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*License) ProtoMessage added in v0.0.111

func (*License) ProtoMessage()

func (*License) Reset added in v0.0.111

func (m *License) Reset()

func (*License) Size added in v0.0.111

func (m *License) Size() (n int)

func (*License) String added in v0.0.111

func (this *License) String() string

func (*License) Unmarshal added in v0.0.111

func (m *License) Unmarshal(dAtA []byte) error

func (*License) XXX_DiscardUnknown added in v0.0.111

func (m *License) XXX_DiscardUnknown()

func (*License) XXX_Marshal added in v0.0.111

func (m *License) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*License) XXX_Merge added in v0.0.111

func (m *License) XXX_Merge(src proto.Message)

func (*License) XXX_Size added in v0.0.111

func (m *License) XXX_Size() int

func (*License) XXX_Unmarshal added in v0.0.111

func (m *License) XXX_Unmarshal(b []byte) error

type LicenseType added in v0.0.42

type LicenseType string

type Licenses added in v0.0.42

type Licenses []License

func (Licenses) DeepCopy added in v0.0.42

func (in Licenses) DeepCopy() Licenses

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Licenses.

func (Licenses) DeepCopyInto added in v0.0.42

func (in Licenses) DeepCopyInto(out *Licenses)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Licenses) UnmarshalJSON added in v0.0.42

func (f *Licenses) UnmarshalJSON(b []byte) error

type LinuxRelease added in v0.0.42

type LinuxRelease struct {
	PrettyName       string  `json:"prettyName,omitempty" protobuf:"bytes,1,opt,name=prettyName"`
	Name             string  `json:"name,omitempty" protobuf:"bytes,2,opt,name=name"`
	ID               string  `json:"id,omitempty" protobuf:"bytes,3,opt,name=id"`
	IDLike           IDLikes `json:"idLike,omitempty" protobuf:"bytes,4,opt,name=idLike"`
	Version          string  `json:"version,omitempty" protobuf:"bytes,5,opt,name=version"`
	VersionID        string  `json:"versionID,omitempty" protobuf:"bytes,6,opt,name=versionID"`
	VersionCodename  string  `json:"versionCodename,omitempty" protobuf:"bytes,7,opt,name=versionCodename"`
	BuildID          string  `json:"buildID,omitempty" protobuf:"bytes,8,opt,name=buildID"`
	ImageID          string  `json:"imageID,omitempty" protobuf:"bytes,9,opt,name=imageID"`
	ImageVersion     string  `json:"imageVersion,omitempty" protobuf:"bytes,10,opt,name=imageVersion"`
	Variant          string  `json:"variant,omitempty" protobuf:"bytes,11,opt,name=variant"`
	VariantID        string  `json:"variantID,omitempty" protobuf:"bytes,12,opt,name=variantID"`
	HomeURL          string  `json:"homeURL,omitempty" protobuf:"bytes,13,opt,name=homeURL"`
	SupportURL       string  `json:"supportURL,omitempty" protobuf:"bytes,14,opt,name=supportURL"`
	BugReportURL     string  `json:"bugReportURL,omitempty" protobuf:"bytes,15,opt,name=bugReportURL"`
	PrivacyPolicyURL string  `json:"privacyPolicyURL,omitempty" protobuf:"bytes,16,opt,name=privacyPolicyURL"`
	CPEName          string  `json:"cpeName,omitempty" protobuf:"bytes,17,opt,name=cpeName"`
	SupportEnd       string  `json:"supportEnd,omitempty" protobuf:"bytes,18,opt,name=supportEnd"`
}

func (*LinuxRelease) DeepCopy added in v0.0.42

func (in *LinuxRelease) DeepCopy() *LinuxRelease

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LinuxRelease.

func (*LinuxRelease) DeepCopyInto added in v0.0.42

func (in *LinuxRelease) DeepCopyInto(out *LinuxRelease)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LinuxRelease) Descriptor added in v0.0.111

func (*LinuxRelease) Descriptor() ([]byte, []int)

func (*LinuxRelease) Marshal added in v0.0.111

func (m *LinuxRelease) Marshal() (dAtA []byte, err error)

func (*LinuxRelease) MarshalTo added in v0.0.111

func (m *LinuxRelease) MarshalTo(dAtA []byte) (int, error)

func (*LinuxRelease) MarshalToSizedBuffer added in v0.0.111

func (m *LinuxRelease) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LinuxRelease) ProtoMessage added in v0.0.111

func (*LinuxRelease) ProtoMessage()

func (*LinuxRelease) Reset added in v0.0.111

func (m *LinuxRelease) Reset()

func (*LinuxRelease) Size added in v0.0.111

func (m *LinuxRelease) Size() (n int)

func (*LinuxRelease) String added in v0.0.111

func (this *LinuxRelease) String() string

func (*LinuxRelease) Unmarshal added in v0.0.111

func (m *LinuxRelease) Unmarshal(dAtA []byte) error

func (*LinuxRelease) XXX_DiscardUnknown added in v0.0.111

func (m *LinuxRelease) XXX_DiscardUnknown()

func (*LinuxRelease) XXX_Marshal added in v0.0.111

func (m *LinuxRelease) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LinuxRelease) XXX_Merge added in v0.0.111

func (m *LinuxRelease) XXX_Merge(src proto.Message)

func (*LinuxRelease) XXX_Size added in v0.0.111

func (m *LinuxRelease) XXX_Size() int

func (*LinuxRelease) XXX_Unmarshal added in v0.0.111

func (m *LinuxRelease) XXX_Unmarshal(b []byte) error

type Location added in v0.0.42

type Location struct {
	LocationData     `cyclonedx:"" protobuf:"bytes,1,opt,name=locationData"`
	LocationMetadata `cyclonedx:"" protobuf:"bytes,2,opt,name=locationMetadata"`
}

Location represents a path relative to a particular filesystem resolved to a specific file.Reference. This struct is used as a key in content fetching to uniquely identify a file relative to a request (the VirtualPath).

func (*Location) DeepCopy added in v0.0.42

func (in *Location) DeepCopy() *Location

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Location.

func (*Location) DeepCopyInto added in v0.0.42

func (in *Location) DeepCopyInto(out *Location)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Location) Descriptor added in v0.0.111

func (*Location) Descriptor() ([]byte, []int)

func (*Location) Marshal added in v0.0.111

func (m *Location) Marshal() (dAtA []byte, err error)

func (*Location) MarshalTo added in v0.0.111

func (m *Location) MarshalTo(dAtA []byte) (int, error)

func (*Location) MarshalToSizedBuffer added in v0.0.111

func (m *Location) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Location) ProtoMessage added in v0.0.111

func (*Location) ProtoMessage()

func (*Location) Reset added in v0.0.111

func (m *Location) Reset()

func (*Location) Size added in v0.0.111

func (m *Location) Size() (n int)

func (*Location) String added in v0.0.111

func (this *Location) String() string

func (*Location) Unmarshal added in v0.0.111

func (m *Location) Unmarshal(dAtA []byte) error

func (*Location) XXX_DiscardUnknown added in v0.0.111

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal added in v0.0.111

func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Location) XXX_Merge added in v0.0.111

func (m *Location) XXX_Merge(src proto.Message)

func (*Location) XXX_Size added in v0.0.111

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal added in v0.0.111

func (m *Location) XXX_Unmarshal(b []byte) error

type LocationData added in v0.0.42

type LocationData struct {
	Coordinates `cyclonedx:"" protobuf:"bytes,1,opt,name=coordinates"` // Empty string here means there is no intermediate property name, e.g. syft:locations:0:path without "coordinates"
	// note: it is IMPORTANT to ignore anything but the coordinates for a Location when considering the ID (hash value)
	// since the coordinates are the minimally correct ID for a location (symlinks should not come into play)
	VirtualPath string `hash:"ignore" json:"accessPath" protobuf:"bytes,2,req,name=accessPath"` // The path to the file which may or may not have hardlinks / symlinks
}

func (*LocationData) DeepCopy added in v0.0.42

func (in *LocationData) DeepCopy() *LocationData

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationData.

func (*LocationData) DeepCopyInto added in v0.0.42

func (in *LocationData) DeepCopyInto(out *LocationData)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LocationData) Descriptor added in v0.0.111

func (*LocationData) Descriptor() ([]byte, []int)

func (*LocationData) Marshal added in v0.0.111

func (m *LocationData) Marshal() (dAtA []byte, err error)

func (*LocationData) MarshalTo added in v0.0.111

func (m *LocationData) MarshalTo(dAtA []byte) (int, error)

func (*LocationData) MarshalToSizedBuffer added in v0.0.111

func (m *LocationData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LocationData) ProtoMessage added in v0.0.111

func (*LocationData) ProtoMessage()

func (*LocationData) Reset added in v0.0.111

func (m *LocationData) Reset()

func (*LocationData) Size added in v0.0.111

func (m *LocationData) Size() (n int)

func (*LocationData) String added in v0.0.111

func (this *LocationData) String() string

func (*LocationData) Unmarshal added in v0.0.111

func (m *LocationData) Unmarshal(dAtA []byte) error

func (*LocationData) XXX_DiscardUnknown added in v0.0.111

func (m *LocationData) XXX_DiscardUnknown()

func (*LocationData) XXX_Marshal added in v0.0.111

func (m *LocationData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LocationData) XXX_Merge added in v0.0.111

func (m *LocationData) XXX_Merge(src proto.Message)

func (*LocationData) XXX_Size added in v0.0.111

func (m *LocationData) XXX_Size() int

func (*LocationData) XXX_Unmarshal added in v0.0.111

func (m *LocationData) XXX_Unmarshal(b []byte) error

type LocationMetadata added in v0.0.42

type LocationMetadata struct {
	Annotations map[string]string `json:"annotations,omitempty" protobuf:"bytes,1,opt,name=annotations"` // Arbitrary key-value pairs that can be used to annotate a location
}

func (*LocationMetadata) DeepCopy added in v0.0.42

func (in *LocationMetadata) DeepCopy() *LocationMetadata

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationMetadata.

func (*LocationMetadata) DeepCopyInto added in v0.0.42

func (in *LocationMetadata) DeepCopyInto(out *LocationMetadata)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*LocationMetadata) Descriptor added in v0.0.111

func (*LocationMetadata) Descriptor() ([]byte, []int)

func (*LocationMetadata) Marshal added in v0.0.111

func (m *LocationMetadata) Marshal() (dAtA []byte, err error)

func (*LocationMetadata) MarshalTo added in v0.0.111

func (m *LocationMetadata) MarshalTo(dAtA []byte) (int, error)

func (*LocationMetadata) MarshalToSizedBuffer added in v0.0.111

func (m *LocationMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LocationMetadata) ProtoMessage added in v0.0.111

func (*LocationMetadata) ProtoMessage()

func (*LocationMetadata) Reset added in v0.0.111

func (m *LocationMetadata) Reset()

func (*LocationMetadata) Size added in v0.0.111

func (m *LocationMetadata) Size() (n int)

func (*LocationMetadata) String added in v0.0.111

func (this *LocationMetadata) String() string

func (*LocationMetadata) Unmarshal added in v0.0.111

func (m *LocationMetadata) Unmarshal(dAtA []byte) error

func (*LocationMetadata) XXX_DiscardUnknown added in v0.0.111

func (m *LocationMetadata) XXX_DiscardUnknown()

func (*LocationMetadata) XXX_Marshal added in v0.0.111

func (m *LocationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LocationMetadata) XXX_Merge added in v0.0.111

func (m *LocationMetadata) XXX_Merge(src proto.Message)

func (*LocationMetadata) XXX_Size added in v0.0.111

func (m *LocationMetadata) XXX_Size() int

func (*LocationMetadata) XXX_Unmarshal added in v0.0.111

func (m *LocationMetadata) XXX_Unmarshal(b []byte) error

type Match

type Match struct {
	Vulnerability          Vulnerability           `json:"vulnerability" protobuf:"bytes,1,req,name=vulnerability"`
	RelatedVulnerabilities []VulnerabilityMetadata `json:"relatedVulnerabilities" protobuf:"bytes,2,rep,name=relatedVulnerabilities"`
	MatchDetails           []MatchDetails          `json:"matchDetails" protobuf:"bytes,3,rep,name=matchDetails"`
	Artifact               GrypePackage            `json:"artifact" protobuf:"bytes,4,req,name=artifact"`
}

func (*Match) DeepCopy

func (in *Match) DeepCopy() *Match

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Match.

func (*Match) DeepCopyInto

func (in *Match) DeepCopyInto(out *Match)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Match) Descriptor added in v0.0.111

func (*Match) Descriptor() ([]byte, []int)

func (*Match) Marshal added in v0.0.111

func (m *Match) Marshal() (dAtA []byte, err error)

func (*Match) MarshalTo added in v0.0.111

func (m *Match) MarshalTo(dAtA []byte) (int, error)

func (*Match) MarshalToSizedBuffer added in v0.0.111

func (m *Match) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Match) ProtoMessage added in v0.0.111

func (*Match) ProtoMessage()

func (*Match) Reset added in v0.0.111

func (m *Match) Reset()

func (*Match) Size added in v0.0.111

func (m *Match) Size() (n int)

func (*Match) String added in v0.0.111

func (this *Match) String() string

func (*Match) Unmarshal added in v0.0.111

func (m *Match) Unmarshal(dAtA []byte) error

func (*Match) XXX_DiscardUnknown added in v0.0.111

func (m *Match) XXX_DiscardUnknown()

func (*Match) XXX_Marshal added in v0.0.111

func (m *Match) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Match) XXX_Merge added in v0.0.111

func (m *Match) XXX_Merge(src proto.Message)

func (*Match) XXX_Size added in v0.0.111

func (m *Match) XXX_Size() int

func (*Match) XXX_Unmarshal added in v0.0.111

func (m *Match) XXX_Unmarshal(b []byte) error

type MatchDetails

type MatchDetails struct {
	Type       string          `json:"type" protobuf:"bytes,1,req,name=type"`
	Matcher    string          `json:"matcher" protobuf:"bytes,2,req,name=matcher"`
	SearchedBy json.RawMessage `json:"searchedBy,omitempty" protobuf:"bytes,3,opt,name=searchedBy"`
	Found      json.RawMessage `json:"found,omitempty" protobuf:"bytes,4,opt,name=found"`
}

func (*MatchDetails) DeepCopy

func (in *MatchDetails) DeepCopy() *MatchDetails

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MatchDetails.

func (*MatchDetails) DeepCopyInto

func (in *MatchDetails) DeepCopyInto(out *MatchDetails)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*MatchDetails) Descriptor added in v0.0.111

func (*MatchDetails) Descriptor() ([]byte, []int)

func (*MatchDetails) Marshal added in v0.0.111

func (m *MatchDetails) Marshal() (dAtA []byte, err error)

func (*MatchDetails) MarshalTo added in v0.0.111

func (m *MatchDetails) MarshalTo(dAtA []byte) (int, error)

func (*MatchDetails) MarshalToSizedBuffer added in v0.0.111

func (m *MatchDetails) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MatchDetails) ProtoMessage added in v0.0.111

func (*MatchDetails) ProtoMessage()

func (*MatchDetails) Reset added in v0.0.111

func (m *MatchDetails) Reset()

func (*MatchDetails) Size added in v0.0.111

func (m *MatchDetails) Size() (n int)

func (*MatchDetails) String added in v0.0.111

func (this *MatchDetails) String() string

func (*MatchDetails) Unmarshal added in v0.0.111

func (m *MatchDetails) Unmarshal(dAtA []byte) error

func (*MatchDetails) XXX_DiscardUnknown added in v0.0.111

func (m *MatchDetails) XXX_DiscardUnknown()

func (*MatchDetails) XXX_Marshal added in v0.0.111

func (m *MatchDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MatchDetails) XXX_Merge added in v0.0.111

func (m *MatchDetails) XXX_Merge(src proto.Message)

func (*MatchDetails) XXX_Size added in v0.0.111

func (m *MatchDetails) XXX_Size() int

func (*MatchDetails) XXX_Unmarshal added in v0.0.111

func (m *MatchDetails) XXX_Unmarshal(b []byte) error

type Metadata added in v0.0.29

type Metadata struct {
	// Context is the URL pointing to the jsonld context definition
	Context string `json:"@context" protobuf:"bytes,1,req,name=context"`

	// ID is the identifying string for the VEX document. This should be unique per
	// document.
	ID string `json:"@id" protobuf:"bytes,2,req,name=id"`

	// Author is the identifier for the author of the VEX statement, ideally a common
	// name, may be a URI. [author] is an individual or organization. [author]
	// identity SHOULD be cryptographically associated with the signature of the VEX
	// statement or document or transport.
	Author string `json:"author" protobuf:"bytes,3,req,name=author"`

	// AuthorRole describes the role of the document Author.
	AuthorRole string `json:"role,omitempty" protobuf:"bytes,4,opt,name=role"`

	// Timestamp defines the time at which the document was issued.
	Timestamp string `json:"timestamp" protobuf:"bytes,5,req,name=timestamp"`

	// LastUpdated marks the time when the document had its last update. When the
	// document changes both version and this field should be updated.
	LastUpdated string `json:"last_updated,omitempty" protobuf:"bytes,6,opt,name=last_updated"`

	// Version is the document version. It must be incremented when any content
	// within the VEX document changes, including any VEX statements included within
	// the VEX document.
	Version int64 `json:"version" protobuf:"bytes,7,req,name=version"`

	// Tooling expresses how the VEX document and contained VEX statements were
	// generated. It's optional. It may specify tools or automated processes used in
	// the document or statement generation.
	Tooling string `json:"tooling,omitempty" protobuf:"bytes,8,opt,name=tooling"`

	// Supplier is an optional field.
	Supplier string `json:"supplier,omitempty" protobuf:"bytes,9,opt,name=supplier"`
}

func (*Metadata) DeepCopy added in v0.0.29

func (in *Metadata) DeepCopy() *Metadata

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metadata.

func (*Metadata) DeepCopyInto added in v0.0.29

func (in *Metadata) DeepCopyInto(out *Metadata)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Metadata) Descriptor added in v0.0.111

func (*Metadata) Descriptor() ([]byte, []int)

func (*Metadata) Marshal added in v0.0.111

func (m *Metadata) Marshal() (dAtA []byte, err error)

func (*Metadata) MarshalTo added in v0.0.111

func (m *Metadata) MarshalTo(dAtA []byte) (int, error)

func (*Metadata) MarshalToSizedBuffer added in v0.0.111

func (m *Metadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Metadata) ProtoMessage added in v0.0.111

func (*Metadata) ProtoMessage()

func (*Metadata) Reset added in v0.0.111

func (m *Metadata) Reset()

func (*Metadata) Size added in v0.0.111

func (m *Metadata) Size() (n int)

func (*Metadata) String added in v0.0.111

func (this *Metadata) String() string

func (*Metadata) Unmarshal added in v0.0.111

func (m *Metadata) Unmarshal(dAtA []byte) error

func (*Metadata) XXX_DiscardUnknown added in v0.0.111

func (m *Metadata) XXX_DiscardUnknown()

func (*Metadata) XXX_Marshal added in v0.0.111

func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Metadata) XXX_Merge added in v0.0.111

func (m *Metadata) XXX_Merge(src proto.Message)

func (*Metadata) XXX_Size added in v0.0.111

func (m *Metadata) XXX_Size() int

func (*Metadata) XXX_Unmarshal added in v0.0.111

func (m *Metadata) XXX_Unmarshal(b []byte) error

type MetadataType

type MetadataType string

type NetworkNeighbor added in v0.0.33

type NetworkNeighbor struct {
	Identifier string            `json:"identifier" protobuf:"bytes,1,req,name=identifier"` // A unique identifier for this entry
	Type       CommunicationType `json:"type" protobuf:"bytes,2,req,name=type"`
	DNS        string            `json:"dns" protobuf:"bytes,3,req,name=dns"` // DEPRECATED - use DNSNames instead.
	DNSNames   []string          `json:"dnsNames" protobuf:"bytes,4,rep,name=dnsNames"`
	// +patchMergeKey=name
	// +patchStrategy=merge
	Ports             []NetworkPort         `json:"ports" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,5,rep,name=ports"`
	PodSelector       *metav1.LabelSelector `json:"podSelector" protobuf:"bytes,6,req,name=podSelector"`
	NamespaceSelector *metav1.LabelSelector `json:"namespaceSelector" protobuf:"bytes,7,req,name=namespaceSelector"`
	IPAddress         string                `json:"ipAddress" protobuf:"bytes,8,req,name=ipAddress"`
}

NetworkNeighbor represents a single network communication made by this resource.

func (*NetworkNeighbor) DeepCopy added in v0.0.33

func (in *NetworkNeighbor) DeepCopy() *NetworkNeighbor

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighbor.

func (*NetworkNeighbor) DeepCopyInto added in v0.0.33

func (in *NetworkNeighbor) DeepCopyInto(out *NetworkNeighbor)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkNeighbor) Descriptor added in v0.0.111

func (*NetworkNeighbor) Descriptor() ([]byte, []int)

func (*NetworkNeighbor) Marshal added in v0.0.111

func (m *NetworkNeighbor) Marshal() (dAtA []byte, err error)

func (*NetworkNeighbor) MarshalTo added in v0.0.111

func (m *NetworkNeighbor) MarshalTo(dAtA []byte) (int, error)

func (*NetworkNeighbor) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkNeighbor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkNeighbor) ProtoMessage added in v0.0.111

func (*NetworkNeighbor) ProtoMessage()

func (*NetworkNeighbor) Reset added in v0.0.111

func (m *NetworkNeighbor) Reset()

func (*NetworkNeighbor) Size added in v0.0.111

func (m *NetworkNeighbor) Size() (n int)

func (*NetworkNeighbor) String added in v0.0.111

func (this *NetworkNeighbor) String() string

func (*NetworkNeighbor) Unmarshal added in v0.0.111

func (m *NetworkNeighbor) Unmarshal(dAtA []byte) error

func (*NetworkNeighbor) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkNeighbor) XXX_DiscardUnknown()

func (*NetworkNeighbor) XXX_Marshal added in v0.0.111

func (m *NetworkNeighbor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkNeighbor) XXX_Merge added in v0.0.111

func (m *NetworkNeighbor) XXX_Merge(src proto.Message)

func (*NetworkNeighbor) XXX_Size added in v0.0.111

func (m *NetworkNeighbor) XXX_Size() int

func (*NetworkNeighbor) XXX_Unmarshal added in v0.0.111

func (m *NetworkNeighbor) XXX_Unmarshal(b []byte) error

type NetworkNeighborhood added in v0.0.81

type NetworkNeighborhood struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec NetworkNeighborhoodSpec `json:"spec" protobuf:"bytes,2,req,name=spec"`
}

NetworkNeighborhood represents a list of network communications for a specific workload.

func (*NetworkNeighborhood) DeepCopy added in v0.0.81

func (in *NetworkNeighborhood) DeepCopy() *NetworkNeighborhood

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborhood.

func (*NetworkNeighborhood) DeepCopyInto added in v0.0.81

func (in *NetworkNeighborhood) DeepCopyInto(out *NetworkNeighborhood)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkNeighborhood) DeepCopyObject added in v0.0.81

func (in *NetworkNeighborhood) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*NetworkNeighborhood) Descriptor added in v0.0.111

func (*NetworkNeighborhood) Descriptor() ([]byte, []int)

func (*NetworkNeighborhood) Marshal added in v0.0.111

func (m *NetworkNeighborhood) Marshal() (dAtA []byte, err error)

func (*NetworkNeighborhood) MarshalTo added in v0.0.111

func (m *NetworkNeighborhood) MarshalTo(dAtA []byte) (int, error)

func (*NetworkNeighborhood) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkNeighborhood) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkNeighborhood) ProtoMessage added in v0.0.111

func (*NetworkNeighborhood) ProtoMessage()

func (*NetworkNeighborhood) Reset added in v0.0.111

func (m *NetworkNeighborhood) Reset()

func (*NetworkNeighborhood) Size added in v0.0.111

func (m *NetworkNeighborhood) Size() (n int)

func (*NetworkNeighborhood) String added in v0.0.111

func (this *NetworkNeighborhood) String() string

func (*NetworkNeighborhood) Unmarshal added in v0.0.111

func (m *NetworkNeighborhood) Unmarshal(dAtA []byte) error

func (*NetworkNeighborhood) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkNeighborhood) XXX_DiscardUnknown()

func (*NetworkNeighborhood) XXX_Marshal added in v0.0.111

func (m *NetworkNeighborhood) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkNeighborhood) XXX_Merge added in v0.0.111

func (m *NetworkNeighborhood) XXX_Merge(src proto.Message)

func (*NetworkNeighborhood) XXX_Size added in v0.0.111

func (m *NetworkNeighborhood) XXX_Size() int

func (*NetworkNeighborhood) XXX_Unmarshal added in v0.0.111

func (m *NetworkNeighborhood) XXX_Unmarshal(b []byte) error

type NetworkNeighborhoodContainer added in v0.0.81

type NetworkNeighborhoodContainer struct {
	Name    string            `json:"name" protobuf:"bytes,1,req,name=name"`
	Ingress []NetworkNeighbor `json:"ingress" protobuf:"bytes,2,rep,name=ingress"`
	Egress  []NetworkNeighbor `json:"egress" protobuf:"bytes,3,rep,name=egress"`
}

func (*NetworkNeighborhoodContainer) DeepCopy added in v0.0.81

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborhoodContainer.

func (*NetworkNeighborhoodContainer) DeepCopyInto added in v0.0.81

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkNeighborhoodContainer) Descriptor added in v0.0.111

func (*NetworkNeighborhoodContainer) Descriptor() ([]byte, []int)

func (*NetworkNeighborhoodContainer) Marshal added in v0.0.111

func (m *NetworkNeighborhoodContainer) Marshal() (dAtA []byte, err error)

func (*NetworkNeighborhoodContainer) MarshalTo added in v0.0.111

func (m *NetworkNeighborhoodContainer) MarshalTo(dAtA []byte) (int, error)

func (*NetworkNeighborhoodContainer) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkNeighborhoodContainer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkNeighborhoodContainer) ProtoMessage added in v0.0.111

func (*NetworkNeighborhoodContainer) ProtoMessage()

func (*NetworkNeighborhoodContainer) Reset added in v0.0.111

func (m *NetworkNeighborhoodContainer) Reset()

func (*NetworkNeighborhoodContainer) Size added in v0.0.111

func (m *NetworkNeighborhoodContainer) Size() (n int)

func (*NetworkNeighborhoodContainer) String added in v0.0.111

func (this *NetworkNeighborhoodContainer) String() string

func (*NetworkNeighborhoodContainer) Unmarshal added in v0.0.111

func (m *NetworkNeighborhoodContainer) Unmarshal(dAtA []byte) error

func (*NetworkNeighborhoodContainer) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkNeighborhoodContainer) XXX_DiscardUnknown()

func (*NetworkNeighborhoodContainer) XXX_Marshal added in v0.0.111

func (m *NetworkNeighborhoodContainer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkNeighborhoodContainer) XXX_Merge added in v0.0.111

func (m *NetworkNeighborhoodContainer) XXX_Merge(src proto.Message)

func (*NetworkNeighborhoodContainer) XXX_Size added in v0.0.111

func (m *NetworkNeighborhoodContainer) XXX_Size() int

func (*NetworkNeighborhoodContainer) XXX_Unmarshal added in v0.0.111

func (m *NetworkNeighborhoodContainer) XXX_Unmarshal(b []byte) error

type NetworkNeighborhoodList added in v0.0.81

type NetworkNeighborhoodList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []NetworkNeighborhood `json:"items" protobuf:"bytes,2,rep,name=items"`
}

NetworkNeighborhoodList is a list of NetworkNeighborhoods.

func (*NetworkNeighborhoodList) DeepCopy added in v0.0.81

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborhoodList.

func (*NetworkNeighborhoodList) DeepCopyInto added in v0.0.81

func (in *NetworkNeighborhoodList) DeepCopyInto(out *NetworkNeighborhoodList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkNeighborhoodList) DeepCopyObject added in v0.0.81

func (in *NetworkNeighborhoodList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*NetworkNeighborhoodList) Descriptor added in v0.0.111

func (*NetworkNeighborhoodList) Descriptor() ([]byte, []int)

func (*NetworkNeighborhoodList) Marshal added in v0.0.111

func (m *NetworkNeighborhoodList) Marshal() (dAtA []byte, err error)

func (*NetworkNeighborhoodList) MarshalTo added in v0.0.111

func (m *NetworkNeighborhoodList) MarshalTo(dAtA []byte) (int, error)

func (*NetworkNeighborhoodList) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkNeighborhoodList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkNeighborhoodList) ProtoMessage added in v0.0.111

func (*NetworkNeighborhoodList) ProtoMessage()

func (*NetworkNeighborhoodList) Reset added in v0.0.111

func (m *NetworkNeighborhoodList) Reset()

func (*NetworkNeighborhoodList) Size added in v0.0.111

func (m *NetworkNeighborhoodList) Size() (n int)

func (*NetworkNeighborhoodList) String added in v0.0.111

func (this *NetworkNeighborhoodList) String() string

func (*NetworkNeighborhoodList) Unmarshal added in v0.0.111

func (m *NetworkNeighborhoodList) Unmarshal(dAtA []byte) error

func (*NetworkNeighborhoodList) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkNeighborhoodList) XXX_DiscardUnknown()

func (*NetworkNeighborhoodList) XXX_Marshal added in v0.0.111

func (m *NetworkNeighborhoodList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkNeighborhoodList) XXX_Merge added in v0.0.111

func (m *NetworkNeighborhoodList) XXX_Merge(src proto.Message)

func (*NetworkNeighborhoodList) XXX_Size added in v0.0.111

func (m *NetworkNeighborhoodList) XXX_Size() int

func (*NetworkNeighborhoodList) XXX_Unmarshal added in v0.0.111

func (m *NetworkNeighborhoodList) XXX_Unmarshal(b []byte) error

type NetworkNeighborhoodSpec added in v0.0.81

type NetworkNeighborhoodSpec struct {
	metav1.LabelSelector `json:",inline" protobuf:"bytes,3,opt,name=labelSelector"`
	Containers           []NetworkNeighborhoodContainer `json:"containers" protobuf:"bytes,4,rep,name=containers"`
	InitContainers       []NetworkNeighborhoodContainer `json:"initContainers" protobuf:"bytes,5,rep,name=initContainers"`
	EphemeralContainers  []NetworkNeighborhoodContainer `json:"ephemeralContainers" protobuf:"bytes,6,rep,name=ephemeralContainers"`
}

func (*NetworkNeighborhoodSpec) DeepCopy added in v0.0.81

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborhoodSpec.

func (*NetworkNeighborhoodSpec) DeepCopyInto added in v0.0.81

func (in *NetworkNeighborhoodSpec) DeepCopyInto(out *NetworkNeighborhoodSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkNeighborhoodSpec) Descriptor added in v0.0.111

func (*NetworkNeighborhoodSpec) Descriptor() ([]byte, []int)

func (*NetworkNeighborhoodSpec) Marshal added in v0.0.111

func (m *NetworkNeighborhoodSpec) Marshal() (dAtA []byte, err error)

func (*NetworkNeighborhoodSpec) MarshalTo added in v0.0.111

func (m *NetworkNeighborhoodSpec) MarshalTo(dAtA []byte) (int, error)

func (*NetworkNeighborhoodSpec) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkNeighborhoodSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkNeighborhoodSpec) ProtoMessage added in v0.0.111

func (*NetworkNeighborhoodSpec) ProtoMessage()

func (*NetworkNeighborhoodSpec) Reset added in v0.0.111

func (m *NetworkNeighborhoodSpec) Reset()

func (*NetworkNeighborhoodSpec) Size added in v0.0.111

func (m *NetworkNeighborhoodSpec) Size() (n int)

func (*NetworkNeighborhoodSpec) String added in v0.0.111

func (this *NetworkNeighborhoodSpec) String() string

func (*NetworkNeighborhoodSpec) Unmarshal added in v0.0.111

func (m *NetworkNeighborhoodSpec) Unmarshal(dAtA []byte) error

func (*NetworkNeighborhoodSpec) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkNeighborhoodSpec) XXX_DiscardUnknown()

func (*NetworkNeighborhoodSpec) XXX_Marshal added in v0.0.111

func (m *NetworkNeighborhoodSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkNeighborhoodSpec) XXX_Merge added in v0.0.111

func (m *NetworkNeighborhoodSpec) XXX_Merge(src proto.Message)

func (*NetworkNeighborhoodSpec) XXX_Size added in v0.0.111

func (m *NetworkNeighborhoodSpec) XXX_Size() int

func (*NetworkNeighborhoodSpec) XXX_Unmarshal added in v0.0.111

func (m *NetworkNeighborhoodSpec) XXX_Unmarshal(b []byte) error

type NetworkNeighbors added in v0.0.33

type NetworkNeighbors struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec NetworkNeighborsSpec `json:"spec" protobuf:"bytes,2,req,name=spec"`
}

NetworkNeighbors represents a list of network communications for a specific workload. DEPRECATED - use NetworkNeighborhood instead.

func (*NetworkNeighbors) DeepCopy added in v0.0.33

func (in *NetworkNeighbors) DeepCopy() *NetworkNeighbors

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighbors.

func (*NetworkNeighbors) DeepCopyInto added in v0.0.33

func (in *NetworkNeighbors) DeepCopyInto(out *NetworkNeighbors)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkNeighbors) DeepCopyObject added in v0.0.33

func (in *NetworkNeighbors) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*NetworkNeighbors) Descriptor added in v0.0.111

func (*NetworkNeighbors) Descriptor() ([]byte, []int)

func (*NetworkNeighbors) Marshal added in v0.0.111

func (m *NetworkNeighbors) Marshal() (dAtA []byte, err error)

func (*NetworkNeighbors) MarshalTo added in v0.0.111

func (m *NetworkNeighbors) MarshalTo(dAtA []byte) (int, error)

func (*NetworkNeighbors) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkNeighbors) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkNeighbors) ProtoMessage added in v0.0.111

func (*NetworkNeighbors) ProtoMessage()

func (*NetworkNeighbors) Reset added in v0.0.111

func (m *NetworkNeighbors) Reset()

func (*NetworkNeighbors) Size added in v0.0.111

func (m *NetworkNeighbors) Size() (n int)

func (*NetworkNeighbors) String added in v0.0.111

func (this *NetworkNeighbors) String() string

func (*NetworkNeighbors) Unmarshal added in v0.0.111

func (m *NetworkNeighbors) Unmarshal(dAtA []byte) error

func (*NetworkNeighbors) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkNeighbors) XXX_DiscardUnknown()

func (*NetworkNeighbors) XXX_Marshal added in v0.0.111

func (m *NetworkNeighbors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkNeighbors) XXX_Merge added in v0.0.111

func (m *NetworkNeighbors) XXX_Merge(src proto.Message)

func (*NetworkNeighbors) XXX_Size added in v0.0.111

func (m *NetworkNeighbors) XXX_Size() int

func (*NetworkNeighbors) XXX_Unmarshal added in v0.0.111

func (m *NetworkNeighbors) XXX_Unmarshal(b []byte) error

type NetworkNeighborsList added in v0.0.33

type NetworkNeighborsList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []NetworkNeighbors `json:"items" protobuf:"bytes,2,rep,name=items"`
}

NetworkNeighborsList is a list of NetworkNeighbors. DEPRECATED - use NetworkNeighborhoodList instead.

func (*NetworkNeighborsList) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborsList.

func (*NetworkNeighborsList) DeepCopyInto added in v0.0.33

func (in *NetworkNeighborsList) DeepCopyInto(out *NetworkNeighborsList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkNeighborsList) DeepCopyObject added in v0.0.33

func (in *NetworkNeighborsList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*NetworkNeighborsList) Descriptor added in v0.0.111

func (*NetworkNeighborsList) Descriptor() ([]byte, []int)

func (*NetworkNeighborsList) Marshal added in v0.0.111

func (m *NetworkNeighborsList) Marshal() (dAtA []byte, err error)

func (*NetworkNeighborsList) MarshalTo added in v0.0.111

func (m *NetworkNeighborsList) MarshalTo(dAtA []byte) (int, error)

func (*NetworkNeighborsList) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkNeighborsList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkNeighborsList) ProtoMessage added in v0.0.111

func (*NetworkNeighborsList) ProtoMessage()

func (*NetworkNeighborsList) Reset added in v0.0.111

func (m *NetworkNeighborsList) Reset()

func (*NetworkNeighborsList) Size added in v0.0.111

func (m *NetworkNeighborsList) Size() (n int)

func (*NetworkNeighborsList) String added in v0.0.111

func (this *NetworkNeighborsList) String() string

func (*NetworkNeighborsList) Unmarshal added in v0.0.111

func (m *NetworkNeighborsList) Unmarshal(dAtA []byte) error

func (*NetworkNeighborsList) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkNeighborsList) XXX_DiscardUnknown()

func (*NetworkNeighborsList) XXX_Marshal added in v0.0.111

func (m *NetworkNeighborsList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkNeighborsList) XXX_Merge added in v0.0.111

func (m *NetworkNeighborsList) XXX_Merge(src proto.Message)

func (*NetworkNeighborsList) XXX_Size added in v0.0.111

func (m *NetworkNeighborsList) XXX_Size() int

func (*NetworkNeighborsList) XXX_Unmarshal added in v0.0.111

func (m *NetworkNeighborsList) XXX_Unmarshal(b []byte) error

type NetworkNeighborsSpec added in v0.0.33

type NetworkNeighborsSpec struct {
	metav1.LabelSelector `json:",inline" protobuf:"bytes,3,opt,name=labelSelector"`
	// +patchMergeKey=identifier
	// +patchStrategy=merge
	Ingress []NetworkNeighbor `json:"ingress" patchStrategy:"merge" patchMergeKey:"identifier" protobuf:"bytes,4,rep,name=ingress"`
	// +patchMergeKey=identifier
	// +patchStrategy=merge
	Egress []NetworkNeighbor `json:"egress" patchStrategy:"merge" patchMergeKey:"identifier" protobuf:"bytes,5,rep,name=egress"`
}

func (*NetworkNeighborsSpec) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborsSpec.

func (*NetworkNeighborsSpec) DeepCopyInto added in v0.0.33

func (in *NetworkNeighborsSpec) DeepCopyInto(out *NetworkNeighborsSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkNeighborsSpec) Descriptor added in v0.0.111

func (*NetworkNeighborsSpec) Descriptor() ([]byte, []int)

func (*NetworkNeighborsSpec) Marshal added in v0.0.111

func (m *NetworkNeighborsSpec) Marshal() (dAtA []byte, err error)

func (*NetworkNeighborsSpec) MarshalTo added in v0.0.111

func (m *NetworkNeighborsSpec) MarshalTo(dAtA []byte) (int, error)

func (*NetworkNeighborsSpec) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkNeighborsSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkNeighborsSpec) ProtoMessage added in v0.0.111

func (*NetworkNeighborsSpec) ProtoMessage()

func (*NetworkNeighborsSpec) Reset added in v0.0.111

func (m *NetworkNeighborsSpec) Reset()

func (*NetworkNeighborsSpec) Size added in v0.0.111

func (m *NetworkNeighborsSpec) Size() (n int)

func (*NetworkNeighborsSpec) String added in v0.0.111

func (this *NetworkNeighborsSpec) String() string

func (*NetworkNeighborsSpec) Unmarshal added in v0.0.111

func (m *NetworkNeighborsSpec) Unmarshal(dAtA []byte) error

func (*NetworkNeighborsSpec) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkNeighborsSpec) XXX_DiscardUnknown()

func (*NetworkNeighborsSpec) XXX_Marshal added in v0.0.111

func (m *NetworkNeighborsSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkNeighborsSpec) XXX_Merge added in v0.0.111

func (m *NetworkNeighborsSpec) XXX_Merge(src proto.Message)

func (*NetworkNeighborsSpec) XXX_Size added in v0.0.111

func (m *NetworkNeighborsSpec) XXX_Size() int

func (*NetworkNeighborsSpec) XXX_Unmarshal added in v0.0.111

func (m *NetworkNeighborsSpec) XXX_Unmarshal(b []byte) error

type NetworkPolicy added in v0.0.33

type NetworkPolicy struct {
	Kind       string `json:"kind,omitempty" protobuf:"bytes,1,opt,name=kind"`
	APIVersion string `json:"apiVersion,omitempty" protobuf:"bytes,2,opt,name=apiVersion"`

	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,3,opt,name=metadata"`

	Spec NetworkPolicySpec `json:"spec,omitempty" protobuf:"bytes,4,opt,name=spec"`
}

func (*NetworkPolicy) DeepCopy added in v0.0.33

func (in *NetworkPolicy) DeepCopy() *NetworkPolicy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicy.

func (*NetworkPolicy) DeepCopyInto added in v0.0.33

func (in *NetworkPolicy) DeepCopyInto(out *NetworkPolicy)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPolicy) Descriptor added in v0.0.111

func (*NetworkPolicy) Descriptor() ([]byte, []int)

func (*NetworkPolicy) Marshal added in v0.0.111

func (m *NetworkPolicy) Marshal() (dAtA []byte, err error)

func (*NetworkPolicy) MarshalTo added in v0.0.111

func (m *NetworkPolicy) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPolicy) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPolicy) ProtoMessage added in v0.0.111

func (*NetworkPolicy) ProtoMessage()

func (*NetworkPolicy) Reset added in v0.0.111

func (m *NetworkPolicy) Reset()

func (*NetworkPolicy) Size added in v0.0.111

func (m *NetworkPolicy) Size() (n int)

func (*NetworkPolicy) String added in v0.0.111

func (this *NetworkPolicy) String() string

func (*NetworkPolicy) Unmarshal added in v0.0.111

func (m *NetworkPolicy) Unmarshal(dAtA []byte) error

func (*NetworkPolicy) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPolicy) XXX_DiscardUnknown()

func (*NetworkPolicy) XXX_Marshal added in v0.0.111

func (m *NetworkPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPolicy) XXX_Merge added in v0.0.111

func (m *NetworkPolicy) XXX_Merge(src proto.Message)

func (*NetworkPolicy) XXX_Size added in v0.0.111

func (m *NetworkPolicy) XXX_Size() int

func (*NetworkPolicy) XXX_Unmarshal added in v0.0.111

func (m *NetworkPolicy) XXX_Unmarshal(b []byte) error

type NetworkPolicyConditionReason added in v0.0.33

type NetworkPolicyConditionReason string

NetworkPolicyConditionReason defines the set of reasons that explain why a particular NetworkPolicy condition type has been raised.

const (
	// NetworkPolicyConditionReasonFeatureNotSupported represents a reason where the Network Policy may not have been
	// implemented in the cluster due to a lack of some feature not supported by the Network Policy provider
	NetworkPolicyConditionReasonFeatureNotSupported NetworkPolicyConditionReason = "FeatureNotSupported"
)

type NetworkPolicyConditionType added in v0.0.33

type NetworkPolicyConditionType string

NetworkPolicyConditionType is the type for status conditions on a NetworkPolicy. This type should be used with the NetworkPolicyStatus.Conditions field.

const (
	// NetworkPolicyConditionStatusAccepted represents status of a Network Policy that could be properly parsed by
	// the Network Policy provider and will be implemented in the cluster
	NetworkPolicyConditionStatusAccepted NetworkPolicyConditionType = "Accepted"

	// NetworkPolicyConditionStatusPartialFailure represents status of a Network Policy that could be partially
	// parsed by the Network Policy provider and may not be completely implemented due to a lack of a feature or some
	// other condition
	NetworkPolicyConditionStatusPartialFailure NetworkPolicyConditionType = "PartialFailure"

	// NetworkPolicyConditionStatusFailure represents status of a Network Policy that could not be parsed by the
	// Network Policy provider and will not be implemented in the cluster
	NetworkPolicyConditionStatusFailure NetworkPolicyConditionType = "Failure"
)

type NetworkPolicyEgressRule added in v0.0.33

type NetworkPolicyEgressRule struct {
	Ports []NetworkPolicyPort `json:"ports,omitempty" protobuf:"bytes,1,rep,name=ports"`

	To []NetworkPolicyPeer `json:"to,omitempty" protobuf:"bytes,2,rep,name=to"`
}

NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

func (*NetworkPolicyEgressRule) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyEgressRule.

func (*NetworkPolicyEgressRule) DeepCopyInto added in v0.0.33

func (in *NetworkPolicyEgressRule) DeepCopyInto(out *NetworkPolicyEgressRule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPolicyEgressRule) Descriptor added in v0.0.111

func (*NetworkPolicyEgressRule) Descriptor() ([]byte, []int)

func (*NetworkPolicyEgressRule) Marshal added in v0.0.111

func (m *NetworkPolicyEgressRule) Marshal() (dAtA []byte, err error)

func (*NetworkPolicyEgressRule) MarshalTo added in v0.0.111

func (m *NetworkPolicyEgressRule) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPolicyEgressRule) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPolicyEgressRule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPolicyEgressRule) ProtoMessage added in v0.0.111

func (*NetworkPolicyEgressRule) ProtoMessage()

func (*NetworkPolicyEgressRule) Reset added in v0.0.111

func (m *NetworkPolicyEgressRule) Reset()

func (*NetworkPolicyEgressRule) Size added in v0.0.111

func (m *NetworkPolicyEgressRule) Size() (n int)

func (*NetworkPolicyEgressRule) String added in v0.0.111

func (this *NetworkPolicyEgressRule) String() string

func (*NetworkPolicyEgressRule) Unmarshal added in v0.0.111

func (m *NetworkPolicyEgressRule) Unmarshal(dAtA []byte) error

func (*NetworkPolicyEgressRule) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPolicyEgressRule) XXX_DiscardUnknown()

func (*NetworkPolicyEgressRule) XXX_Marshal added in v0.0.111

func (m *NetworkPolicyEgressRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPolicyEgressRule) XXX_Merge added in v0.0.111

func (m *NetworkPolicyEgressRule) XXX_Merge(src proto.Message)

func (*NetworkPolicyEgressRule) XXX_Size added in v0.0.111

func (m *NetworkPolicyEgressRule) XXX_Size() int

func (*NetworkPolicyEgressRule) XXX_Unmarshal added in v0.0.111

func (m *NetworkPolicyEgressRule) XXX_Unmarshal(b []byte) error

type NetworkPolicyIngressRule added in v0.0.33

type NetworkPolicyIngressRule struct {
	Ports []NetworkPolicyPort `json:"ports,omitempty" protobuf:"bytes,1,rep,name=ports"`

	From []NetworkPolicyPeer `json:"from,omitempty" protobuf:"bytes,2,rep,name=from"`
}

NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.

func (*NetworkPolicyIngressRule) DeepCopy added in v0.0.33

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyIngressRule.

func (*NetworkPolicyIngressRule) DeepCopyInto added in v0.0.33

func (in *NetworkPolicyIngressRule) DeepCopyInto(out *NetworkPolicyIngressRule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPolicyIngressRule) Descriptor added in v0.0.111

func (*NetworkPolicyIngressRule) Descriptor() ([]byte, []int)

func (*NetworkPolicyIngressRule) Marshal added in v0.0.111

func (m *NetworkPolicyIngressRule) Marshal() (dAtA []byte, err error)

func (*NetworkPolicyIngressRule) MarshalTo added in v0.0.111

func (m *NetworkPolicyIngressRule) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPolicyIngressRule) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPolicyIngressRule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPolicyIngressRule) ProtoMessage added in v0.0.111

func (*NetworkPolicyIngressRule) ProtoMessage()

func (*NetworkPolicyIngressRule) Reset added in v0.0.111

func (m *NetworkPolicyIngressRule) Reset()

func (*NetworkPolicyIngressRule) Size added in v0.0.111

func (m *NetworkPolicyIngressRule) Size() (n int)

func (*NetworkPolicyIngressRule) String added in v0.0.111

func (this *NetworkPolicyIngressRule) String() string

func (*NetworkPolicyIngressRule) Unmarshal added in v0.0.111

func (m *NetworkPolicyIngressRule) Unmarshal(dAtA []byte) error

func (*NetworkPolicyIngressRule) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPolicyIngressRule) XXX_DiscardUnknown()

func (*NetworkPolicyIngressRule) XXX_Marshal added in v0.0.111

func (m *NetworkPolicyIngressRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPolicyIngressRule) XXX_Merge added in v0.0.111

func (m *NetworkPolicyIngressRule) XXX_Merge(src proto.Message)

func (*NetworkPolicyIngressRule) XXX_Size added in v0.0.111

func (m *NetworkPolicyIngressRule) XXX_Size() int

func (*NetworkPolicyIngressRule) XXX_Unmarshal added in v0.0.111

func (m *NetworkPolicyIngressRule) XXX_Unmarshal(b []byte) error

type NetworkPolicyList added in v0.0.33

type NetworkPolicyList struct {
	metav1.TypeMeta `json:",inline"`

	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// items is a list of schema objects.
	Items []NetworkPolicy `json:"items" protobuf:"bytes,2,rep,name=items"`
}

NetworkPolicyList is a list of NetworkPolicy objects.

func (*NetworkPolicyList) DeepCopy added in v0.0.33

func (in *NetworkPolicyList) DeepCopy() *NetworkPolicyList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyList.

func (*NetworkPolicyList) DeepCopyInto added in v0.0.33

func (in *NetworkPolicyList) DeepCopyInto(out *NetworkPolicyList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPolicyList) Descriptor added in v0.0.111

func (*NetworkPolicyList) Descriptor() ([]byte, []int)

func (*NetworkPolicyList) Marshal added in v0.0.111

func (m *NetworkPolicyList) Marshal() (dAtA []byte, err error)

func (*NetworkPolicyList) MarshalTo added in v0.0.111

func (m *NetworkPolicyList) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPolicyList) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPolicyList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPolicyList) ProtoMessage added in v0.0.111

func (*NetworkPolicyList) ProtoMessage()

func (*NetworkPolicyList) Reset added in v0.0.111

func (m *NetworkPolicyList) Reset()

func (*NetworkPolicyList) Size added in v0.0.111

func (m *NetworkPolicyList) Size() (n int)

func (*NetworkPolicyList) String added in v0.0.111

func (this *NetworkPolicyList) String() string

func (*NetworkPolicyList) Unmarshal added in v0.0.111

func (m *NetworkPolicyList) Unmarshal(dAtA []byte) error

func (*NetworkPolicyList) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPolicyList) XXX_DiscardUnknown()

func (*NetworkPolicyList) XXX_Marshal added in v0.0.111

func (m *NetworkPolicyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPolicyList) XXX_Merge added in v0.0.111

func (m *NetworkPolicyList) XXX_Merge(src proto.Message)

func (*NetworkPolicyList) XXX_Size added in v0.0.111

func (m *NetworkPolicyList) XXX_Size() int

func (*NetworkPolicyList) XXX_Unmarshal added in v0.0.111

func (m *NetworkPolicyList) XXX_Unmarshal(b []byte) error

type NetworkPolicyPeer added in v0.0.33

type NetworkPolicyPeer struct {
	PodSelector *metav1.LabelSelector `json:"podSelector,omitempty" protobuf:"bytes,1,opt,name=podSelector"`

	NamespaceSelector *metav1.LabelSelector `json:"namespaceSelector,omitempty" protobuf:"bytes,2,opt,name=namespaceSelector"`

	IPBlock *IPBlock `json:"ipBlock,omitempty" protobuf:"bytes,3,opt,name=ipBlock"`
}

NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed

func (*NetworkPolicyPeer) DeepCopy added in v0.0.33

func (in *NetworkPolicyPeer) DeepCopy() *NetworkPolicyPeer

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPeer.

func (*NetworkPolicyPeer) DeepCopyInto added in v0.0.33

func (in *NetworkPolicyPeer) DeepCopyInto(out *NetworkPolicyPeer)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPolicyPeer) Descriptor added in v0.0.111

func (*NetworkPolicyPeer) Descriptor() ([]byte, []int)

func (*NetworkPolicyPeer) Marshal added in v0.0.111

func (m *NetworkPolicyPeer) Marshal() (dAtA []byte, err error)

func (*NetworkPolicyPeer) MarshalTo added in v0.0.111

func (m *NetworkPolicyPeer) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPolicyPeer) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPolicyPeer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPolicyPeer) ProtoMessage added in v0.0.111

func (*NetworkPolicyPeer) ProtoMessage()

func (*NetworkPolicyPeer) Reset added in v0.0.111

func (m *NetworkPolicyPeer) Reset()

func (*NetworkPolicyPeer) Size added in v0.0.111

func (m *NetworkPolicyPeer) Size() (n int)

func (*NetworkPolicyPeer) String added in v0.0.111

func (this *NetworkPolicyPeer) String() string

func (*NetworkPolicyPeer) Unmarshal added in v0.0.111

func (m *NetworkPolicyPeer) Unmarshal(dAtA []byte) error

func (*NetworkPolicyPeer) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPolicyPeer) XXX_DiscardUnknown()

func (*NetworkPolicyPeer) XXX_Marshal added in v0.0.111

func (m *NetworkPolicyPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPolicyPeer) XXX_Merge added in v0.0.111

func (m *NetworkPolicyPeer) XXX_Merge(src proto.Message)

func (*NetworkPolicyPeer) XXX_Size added in v0.0.111

func (m *NetworkPolicyPeer) XXX_Size() int

func (*NetworkPolicyPeer) XXX_Unmarshal added in v0.0.111

func (m *NetworkPolicyPeer) XXX_Unmarshal(b []byte) error

type NetworkPolicyPort added in v0.0.33

type NetworkPolicyPort struct {
	Protocol *v1.Protocol `json:"protocol,omitempty" protobuf:"bytes,1,opt,name=protocol,casttype=k8s.io/api/core/v1.Protocol"`

	Port *int32 `json:"port,omitempty" protobuf:"bytes,2,opt,name=port"`

	EndPort *int32 `json:"endPort,omitempty" protobuf:"bytes,3,opt,name=endPort"`
}

NetworkPolicyPort describes a port to allow traffic on

func (*NetworkPolicyPort) DeepCopy added in v0.0.33

func (in *NetworkPolicyPort) DeepCopy() *NetworkPolicyPort

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPort.

func (*NetworkPolicyPort) DeepCopyInto added in v0.0.33

func (in *NetworkPolicyPort) DeepCopyInto(out *NetworkPolicyPort)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPolicyPort) Descriptor added in v0.0.111

func (*NetworkPolicyPort) Descriptor() ([]byte, []int)

func (*NetworkPolicyPort) Marshal added in v0.0.111

func (m *NetworkPolicyPort) Marshal() (dAtA []byte, err error)

func (*NetworkPolicyPort) MarshalTo added in v0.0.111

func (m *NetworkPolicyPort) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPolicyPort) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPolicyPort) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPolicyPort) ProtoMessage added in v0.0.111

func (*NetworkPolicyPort) ProtoMessage()

func (*NetworkPolicyPort) Reset added in v0.0.111

func (m *NetworkPolicyPort) Reset()

func (*NetworkPolicyPort) Size added in v0.0.111

func (m *NetworkPolicyPort) Size() (n int)

func (*NetworkPolicyPort) String added in v0.0.111

func (this *NetworkPolicyPort) String() string

func (*NetworkPolicyPort) Unmarshal added in v0.0.111

func (m *NetworkPolicyPort) Unmarshal(dAtA []byte) error

func (*NetworkPolicyPort) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPolicyPort) XXX_DiscardUnknown()

func (*NetworkPolicyPort) XXX_Marshal added in v0.0.111

func (m *NetworkPolicyPort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPolicyPort) XXX_Merge added in v0.0.111

func (m *NetworkPolicyPort) XXX_Merge(src proto.Message)

func (*NetworkPolicyPort) XXX_Size added in v0.0.111

func (m *NetworkPolicyPort) XXX_Size() int

func (*NetworkPolicyPort) XXX_Unmarshal added in v0.0.111

func (m *NetworkPolicyPort) XXX_Unmarshal(b []byte) error

type NetworkPolicySpec added in v0.0.33

type NetworkPolicySpec struct {
	// podSelector selects the pods to which this NetworkPolicy object applies.
	// The array of ingress rules is applied to any pods selected by this field.
	// Multiple network policies can select the same set of pods. In this case,
	// the ingress rules for each are combined additively.
	// This field is NOT optional and follows standard label selector semantics.
	// An empty podSelector matches all pods in this namespace.
	PodSelector metav1.LabelSelector `json:"podSelector" protobuf:"bytes,1,req,name=podSelector"`

	Ingress []NetworkPolicyIngressRule `json:"ingress" protobuf:"bytes,2,rep,name=ingress"`

	Egress []NetworkPolicyEgressRule `json:"egress" protobuf:"bytes,3,rep,name=egress"`

	PolicyTypes []PolicyType `json:"policyTypes" protobuf:"bytes,4,rep,name=policyTypes,casttype=PolicyType"`
}

NetworkPolicySpec provides the specification of a NetworkPolicy

func (*NetworkPolicySpec) DeepCopy added in v0.0.33

func (in *NetworkPolicySpec) DeepCopy() *NetworkPolicySpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicySpec.

func (*NetworkPolicySpec) DeepCopyInto added in v0.0.33

func (in *NetworkPolicySpec) DeepCopyInto(out *NetworkPolicySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPolicySpec) Descriptor added in v0.0.111

func (*NetworkPolicySpec) Descriptor() ([]byte, []int)

func (*NetworkPolicySpec) Marshal added in v0.0.111

func (m *NetworkPolicySpec) Marshal() (dAtA []byte, err error)

func (*NetworkPolicySpec) MarshalTo added in v0.0.111

func (m *NetworkPolicySpec) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPolicySpec) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPolicySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPolicySpec) ProtoMessage added in v0.0.111

func (*NetworkPolicySpec) ProtoMessage()

func (*NetworkPolicySpec) Reset added in v0.0.111

func (m *NetworkPolicySpec) Reset()

func (*NetworkPolicySpec) Size added in v0.0.111

func (m *NetworkPolicySpec) Size() (n int)

func (*NetworkPolicySpec) String added in v0.0.111

func (this *NetworkPolicySpec) String() string

func (*NetworkPolicySpec) Unmarshal added in v0.0.111

func (m *NetworkPolicySpec) Unmarshal(dAtA []byte) error

func (*NetworkPolicySpec) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPolicySpec) XXX_DiscardUnknown()

func (*NetworkPolicySpec) XXX_Marshal added in v0.0.111

func (m *NetworkPolicySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPolicySpec) XXX_Merge added in v0.0.111

func (m *NetworkPolicySpec) XXX_Merge(src proto.Message)

func (*NetworkPolicySpec) XXX_Size added in v0.0.111

func (m *NetworkPolicySpec) XXX_Size() int

func (*NetworkPolicySpec) XXX_Unmarshal added in v0.0.111

func (m *NetworkPolicySpec) XXX_Unmarshal(b []byte) error

type NetworkPolicyStatus added in v0.0.33

type NetworkPolicyStatus struct {

	// +patchMergeKey=type
	// +patchStrategy=merge
	// +listType=map
	// +listMapKey=type
	Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
}

NetworkPolicyStatus describes the current state of the NetworkPolicy.

func (*NetworkPolicyStatus) DeepCopy added in v0.0.33

func (in *NetworkPolicyStatus) DeepCopy() *NetworkPolicyStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyStatus.

func (*NetworkPolicyStatus) DeepCopyInto added in v0.0.33

func (in *NetworkPolicyStatus) DeepCopyInto(out *NetworkPolicyStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPolicyStatus) Descriptor added in v0.0.111

func (*NetworkPolicyStatus) Descriptor() ([]byte, []int)

func (*NetworkPolicyStatus) Marshal added in v0.0.111

func (m *NetworkPolicyStatus) Marshal() (dAtA []byte, err error)

func (*NetworkPolicyStatus) MarshalTo added in v0.0.111

func (m *NetworkPolicyStatus) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPolicyStatus) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPolicyStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPolicyStatus) ProtoMessage added in v0.0.111

func (*NetworkPolicyStatus) ProtoMessage()

func (*NetworkPolicyStatus) Reset added in v0.0.111

func (m *NetworkPolicyStatus) Reset()

func (*NetworkPolicyStatus) Size added in v0.0.111

func (m *NetworkPolicyStatus) Size() (n int)

func (*NetworkPolicyStatus) String added in v0.0.111

func (this *NetworkPolicyStatus) String() string

func (*NetworkPolicyStatus) Unmarshal added in v0.0.111

func (m *NetworkPolicyStatus) Unmarshal(dAtA []byte) error

func (*NetworkPolicyStatus) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPolicyStatus) XXX_DiscardUnknown()

func (*NetworkPolicyStatus) XXX_Marshal added in v0.0.111

func (m *NetworkPolicyStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPolicyStatus) XXX_Merge added in v0.0.111

func (m *NetworkPolicyStatus) XXX_Merge(src proto.Message)

func (*NetworkPolicyStatus) XXX_Size added in v0.0.111

func (m *NetworkPolicyStatus) XXX_Size() int

func (*NetworkPolicyStatus) XXX_Unmarshal added in v0.0.111

func (m *NetworkPolicyStatus) XXX_Unmarshal(b []byte) error

type NetworkPort added in v0.0.33

type NetworkPort struct {
	Name     string   `json:"name" protobuf:"bytes,1,req,name=name"` // protocol-port
	Protocol Protocol `json:"protocol" protobuf:"bytes,2,req,name=protocol"`
	Port     *int32   `json:"port" protobuf:"bytes,3,req,name=port"`
}

func (*NetworkPort) DeepCopy added in v0.0.33

func (in *NetworkPort) DeepCopy() *NetworkPort

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPort.

func (*NetworkPort) DeepCopyInto added in v0.0.33

func (in *NetworkPort) DeepCopyInto(out *NetworkPort)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NetworkPort) Descriptor added in v0.0.111

func (*NetworkPort) Descriptor() ([]byte, []int)

func (*NetworkPort) Marshal added in v0.0.111

func (m *NetworkPort) Marshal() (dAtA []byte, err error)

func (*NetworkPort) MarshalTo added in v0.0.111

func (m *NetworkPort) MarshalTo(dAtA []byte) (int, error)

func (*NetworkPort) MarshalToSizedBuffer added in v0.0.111

func (m *NetworkPort) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkPort) ProtoMessage added in v0.0.111

func (*NetworkPort) ProtoMessage()

func (*NetworkPort) Reset added in v0.0.111

func (m *NetworkPort) Reset()

func (*NetworkPort) Size added in v0.0.111

func (m *NetworkPort) Size() (n int)

func (*NetworkPort) String added in v0.0.111

func (this *NetworkPort) String() string

func (*NetworkPort) Unmarshal added in v0.0.111

func (m *NetworkPort) Unmarshal(dAtA []byte) error

func (*NetworkPort) XXX_DiscardUnknown added in v0.0.111

func (m *NetworkPort) XXX_DiscardUnknown()

func (*NetworkPort) XXX_Marshal added in v0.0.111

func (m *NetworkPort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkPort) XXX_Merge added in v0.0.111

func (m *NetworkPort) XXX_Merge(src proto.Message)

func (*NetworkPort) XXX_Size added in v0.0.111

func (m *NetworkPort) XXX_Size() int

func (*NetworkPort) XXX_Unmarshal added in v0.0.111

func (m *NetworkPort) XXX_Unmarshal(b []byte) error

type OpenCalls added in v0.0.22

type OpenCalls struct {
	Path  string   `json:"path" yaml:"path" protobuf:"bytes,1,req,name=path"`
	Flags []string `json:"flags" yaml:"flags" protobuf:"bytes,2,rep,name=flags"`
}

func (*OpenCalls) DeepCopy added in v0.0.22

func (in *OpenCalls) DeepCopy() *OpenCalls

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenCalls.

func (*OpenCalls) DeepCopyInto added in v0.0.22

func (in *OpenCalls) DeepCopyInto(out *OpenCalls)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*OpenCalls) Descriptor added in v0.0.111

func (*OpenCalls) Descriptor() ([]byte, []int)

func (*OpenCalls) Marshal added in v0.0.111

func (m *OpenCalls) Marshal() (dAtA []byte, err error)

func (*OpenCalls) MarshalTo added in v0.0.111

func (m *OpenCalls) MarshalTo(dAtA []byte) (int, error)

func (*OpenCalls) MarshalToSizedBuffer added in v0.0.111

func (m *OpenCalls) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OpenCalls) ProtoMessage added in v0.0.111

func (*OpenCalls) ProtoMessage()

func (*OpenCalls) Reset added in v0.0.111

func (m *OpenCalls) Reset()

func (*OpenCalls) Size added in v0.0.111

func (m *OpenCalls) Size() (n int)

func (*OpenCalls) String added in v0.0.111

func (this *OpenCalls) String() string

func (*OpenCalls) Unmarshal added in v0.0.111

func (m *OpenCalls) Unmarshal(dAtA []byte) error

func (*OpenCalls) XXX_DiscardUnknown added in v0.0.111

func (m *OpenCalls) XXX_DiscardUnknown()

func (*OpenCalls) XXX_Marshal added in v0.0.111

func (m *OpenCalls) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpenCalls) XXX_Merge added in v0.0.111

func (m *OpenCalls) XXX_Merge(src proto.Message)

func (*OpenCalls) XXX_Size added in v0.0.111

func (m *OpenCalls) XXX_Size() int

func (*OpenCalls) XXX_Unmarshal added in v0.0.111

func (m *OpenCalls) XXX_Unmarshal(b []byte) error

type OpenVulnerabilityExchangeContainer added in v0.0.29

type OpenVulnerabilityExchangeContainer struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec VEX `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

func (*OpenVulnerabilityExchangeContainer) DeepCopy added in v0.0.29

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenVulnerabilityExchangeContainer.

func (*OpenVulnerabilityExchangeContainer) DeepCopyInto added in v0.0.29

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*OpenVulnerabilityExchangeContainer) DeepCopyObject added in v0.0.29

func (in *OpenVulnerabilityExchangeContainer) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*OpenVulnerabilityExchangeContainer) Descriptor added in v0.0.111

func (*OpenVulnerabilityExchangeContainer) Descriptor() ([]byte, []int)

func (*OpenVulnerabilityExchangeContainer) Marshal added in v0.0.111

func (m *OpenVulnerabilityExchangeContainer) Marshal() (dAtA []byte, err error)

func (*OpenVulnerabilityExchangeContainer) MarshalTo added in v0.0.111

func (m *OpenVulnerabilityExchangeContainer) MarshalTo(dAtA []byte) (int, error)

func (*OpenVulnerabilityExchangeContainer) MarshalToSizedBuffer added in v0.0.111

func (m *OpenVulnerabilityExchangeContainer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OpenVulnerabilityExchangeContainer) ProtoMessage added in v0.0.111

func (*OpenVulnerabilityExchangeContainer) ProtoMessage()

func (*OpenVulnerabilityExchangeContainer) Reset added in v0.0.111

func (*OpenVulnerabilityExchangeContainer) Size added in v0.0.111

func (*OpenVulnerabilityExchangeContainer) String added in v0.0.111

func (*OpenVulnerabilityExchangeContainer) Unmarshal added in v0.0.111

func (m *OpenVulnerabilityExchangeContainer) Unmarshal(dAtA []byte) error

func (*OpenVulnerabilityExchangeContainer) XXX_DiscardUnknown added in v0.0.111

func (m *OpenVulnerabilityExchangeContainer) XXX_DiscardUnknown()

func (*OpenVulnerabilityExchangeContainer) XXX_Marshal added in v0.0.111

func (m *OpenVulnerabilityExchangeContainer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpenVulnerabilityExchangeContainer) XXX_Merge added in v0.0.111

func (*OpenVulnerabilityExchangeContainer) XXX_Size added in v0.0.111

func (*OpenVulnerabilityExchangeContainer) XXX_Unmarshal added in v0.0.111

func (m *OpenVulnerabilityExchangeContainer) XXX_Unmarshal(b []byte) error

type OpenVulnerabilityExchangeContainerList added in v0.0.29

type OpenVulnerabilityExchangeContainerList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []OpenVulnerabilityExchangeContainer `json:"items" protobuf:"bytes,2,rep,name=items"`
}

func (*OpenVulnerabilityExchangeContainerList) DeepCopy added in v0.0.29

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenVulnerabilityExchangeContainerList.

func (*OpenVulnerabilityExchangeContainerList) DeepCopyInto added in v0.0.29

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*OpenVulnerabilityExchangeContainerList) DeepCopyObject added in v0.0.29

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*OpenVulnerabilityExchangeContainerList) Descriptor added in v0.0.111

func (*OpenVulnerabilityExchangeContainerList) Descriptor() ([]byte, []int)

func (*OpenVulnerabilityExchangeContainerList) Marshal added in v0.0.111

func (m *OpenVulnerabilityExchangeContainerList) Marshal() (dAtA []byte, err error)

func (*OpenVulnerabilityExchangeContainerList) MarshalTo added in v0.0.111

func (m *OpenVulnerabilityExchangeContainerList) MarshalTo(dAtA []byte) (int, error)

func (*OpenVulnerabilityExchangeContainerList) MarshalToSizedBuffer added in v0.0.111

func (m *OpenVulnerabilityExchangeContainerList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OpenVulnerabilityExchangeContainerList) ProtoMessage added in v0.0.111

func (*OpenVulnerabilityExchangeContainerList) Reset added in v0.0.111

func (*OpenVulnerabilityExchangeContainerList) Size added in v0.0.111

func (*OpenVulnerabilityExchangeContainerList) String added in v0.0.111

func (*OpenVulnerabilityExchangeContainerList) Unmarshal added in v0.0.111

func (m *OpenVulnerabilityExchangeContainerList) Unmarshal(dAtA []byte) error

func (*OpenVulnerabilityExchangeContainerList) XXX_DiscardUnknown added in v0.0.111

func (m *OpenVulnerabilityExchangeContainerList) XXX_DiscardUnknown()

func (*OpenVulnerabilityExchangeContainerList) XXX_Marshal added in v0.0.111

func (m *OpenVulnerabilityExchangeContainerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpenVulnerabilityExchangeContainerList) XXX_Merge added in v0.0.111

func (*OpenVulnerabilityExchangeContainerList) XXX_Size added in v0.0.111

func (*OpenVulnerabilityExchangeContainerList) XXX_Unmarshal added in v0.0.111

func (m *OpenVulnerabilityExchangeContainerList) XXX_Unmarshal(b []byte) error

type PackageBasicData added in v0.0.42

type PackageBasicData struct {
	ID        string     `json:"id" protobuf:"bytes,1,req,name=id"`
	Name      string     `json:"name" protobuf:"bytes,2,req,name=name"`
	Version   string     `json:"version" protobuf:"bytes,3,req,name=version"`
	Type      string     `json:"type" protobuf:"bytes,4,req,name=type"`
	FoundBy   string     `json:"foundBy" protobuf:"bytes,5,req,name=foundBy"`
	Locations []Location `json:"locations" protobuf:"bytes,6,rep,name=locations"`
	Licenses  Licenses   `json:"licenses" protobuf:"bytes,7,rep,name=licenses"`
	Language  string     `json:"language" protobuf:"bytes,8,req,name=language"`
	CPEs      CPEs       `json:"cpes" protobuf:"bytes,9,rep,name=cpes"`
	PURL      string     `json:"purl" protobuf:"bytes,10,req,name=purl"`
}

PackageBasicData contains non-ambiguous values (type-wise) from pkg.SyftPackage.

func PackageBasicDataFromV01011 added in v0.0.83

func PackageBasicDataFromV01011(in PackageBasicDataV01011) PackageBasicData

func (*PackageBasicData) DeepCopy added in v0.0.42

func (in *PackageBasicData) DeepCopy() *PackageBasicData

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageBasicData.

func (*PackageBasicData) DeepCopyInto added in v0.0.42

func (in *PackageBasicData) DeepCopyInto(out *PackageBasicData)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PackageBasicData) Descriptor added in v0.0.111

func (*PackageBasicData) Descriptor() ([]byte, []int)

func (*PackageBasicData) Marshal added in v0.0.111

func (m *PackageBasicData) Marshal() (dAtA []byte, err error)

func (*PackageBasicData) MarshalTo added in v0.0.111

func (m *PackageBasicData) MarshalTo(dAtA []byte) (int, error)

func (*PackageBasicData) MarshalToSizedBuffer added in v0.0.111

func (m *PackageBasicData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PackageBasicData) ProtoMessage added in v0.0.111

func (*PackageBasicData) ProtoMessage()

func (*PackageBasicData) Reset added in v0.0.111

func (m *PackageBasicData) Reset()

func (*PackageBasicData) Size added in v0.0.111

func (m *PackageBasicData) Size() (n int)

func (*PackageBasicData) String added in v0.0.111

func (this *PackageBasicData) String() string

func (*PackageBasicData) Unmarshal added in v0.0.111

func (m *PackageBasicData) Unmarshal(dAtA []byte) error

func (*PackageBasicData) XXX_DiscardUnknown added in v0.0.111

func (m *PackageBasicData) XXX_DiscardUnknown()

func (*PackageBasicData) XXX_Marshal added in v0.0.111

func (m *PackageBasicData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PackageBasicData) XXX_Merge added in v0.0.111

func (m *PackageBasicData) XXX_Merge(src proto.Message)

func (*PackageBasicData) XXX_Size added in v0.0.111

func (m *PackageBasicData) XXX_Size() int

func (*PackageBasicData) XXX_Unmarshal added in v0.0.111

func (m *PackageBasicData) XXX_Unmarshal(b []byte) error

type PackageBasicDataV01011 added in v0.0.83

type PackageBasicDataV01011 struct {
	ID        string     `json:"id" protobuf:"bytes,1,req,name=id"`
	Name      string     `json:"name" protobuf:"bytes,2,req,name=name"`
	Version   string     `json:"version" protobuf:"bytes,3,req,name=version"`
	Type      string     `json:"type" protobuf:"bytes,4,req,name=type"`
	FoundBy   string     `json:"foundBy" protobuf:"bytes,5,req,name=foundBy"`
	Locations []Location `json:"locations" protobuf:"bytes,6,rep,name=locations"`
	Licenses  Licenses   `json:"licenses" protobuf:"bytes,7,rep,name=licenses"`
	Language  string     `json:"language" protobuf:"bytes,8,req,name=language"`
	CPEs      []string   `json:"cpes" protobuf:"bytes,9,rep,name=cpes"`
	PURL      string     `json:"purl" protobuf:"bytes,10,req,name=purl"`
}

PackageBasicDataV01011 is the previous version of PackageBasicData used in schema v0.101.1.

func (*PackageBasicDataV01011) DeepCopy added in v0.0.89

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageBasicDataV01011.

func (*PackageBasicDataV01011) DeepCopyInto added in v0.0.89

func (in *PackageBasicDataV01011) DeepCopyInto(out *PackageBasicDataV01011)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PackageBasicDataV01011) Descriptor added in v0.0.111

func (*PackageBasicDataV01011) Descriptor() ([]byte, []int)

func (*PackageBasicDataV01011) Marshal added in v0.0.111

func (m *PackageBasicDataV01011) Marshal() (dAtA []byte, err error)

func (*PackageBasicDataV01011) MarshalTo added in v0.0.111

func (m *PackageBasicDataV01011) MarshalTo(dAtA []byte) (int, error)

func (*PackageBasicDataV01011) MarshalToSizedBuffer added in v0.0.111

func (m *PackageBasicDataV01011) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PackageBasicDataV01011) ProtoMessage added in v0.0.111

func (*PackageBasicDataV01011) ProtoMessage()

func (*PackageBasicDataV01011) Reset added in v0.0.111

func (m *PackageBasicDataV01011) Reset()

func (*PackageBasicDataV01011) Size added in v0.0.111

func (m *PackageBasicDataV01011) Size() (n int)

func (*PackageBasicDataV01011) String added in v0.0.111

func (this *PackageBasicDataV01011) String() string

func (*PackageBasicDataV01011) Unmarshal added in v0.0.111

func (m *PackageBasicDataV01011) Unmarshal(dAtA []byte) error

func (*PackageBasicDataV01011) XXX_DiscardUnknown added in v0.0.111

func (m *PackageBasicDataV01011) XXX_DiscardUnknown()

func (*PackageBasicDataV01011) XXX_Marshal added in v0.0.111

func (m *PackageBasicDataV01011) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PackageBasicDataV01011) XXX_Merge added in v0.0.111

func (m *PackageBasicDataV01011) XXX_Merge(src proto.Message)

func (*PackageBasicDataV01011) XXX_Size added in v0.0.111

func (m *PackageBasicDataV01011) XXX_Size() int

func (*PackageBasicDataV01011) XXX_Unmarshal added in v0.0.111

func (m *PackageBasicDataV01011) XXX_Unmarshal(b []byte) error

type PackageCustomData added in v0.0.42

type PackageCustomData struct {
	MetadataType string          `json:"metadataType,omitempty" protobuf:"bytes,1,opt,name=metadataType"`
	Metadata     json.RawMessage `json:"metadata,omitempty" protobuf:"bytes,2,opt,name=metadata"`
}

PackageCustomData contains ambiguous values (type-wise) from pkg.SyftPackage.

func (*PackageCustomData) DeepCopy added in v0.0.42

func (in *PackageCustomData) DeepCopy() *PackageCustomData

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageCustomData.

func (*PackageCustomData) DeepCopyInto added in v0.0.42

func (in *PackageCustomData) DeepCopyInto(out *PackageCustomData)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PackageCustomData) Descriptor added in v0.0.111

func (*PackageCustomData) Descriptor() ([]byte, []int)

func (*PackageCustomData) Marshal added in v0.0.111

func (m *PackageCustomData) Marshal() (dAtA []byte, err error)

func (*PackageCustomData) MarshalTo added in v0.0.111

func (m *PackageCustomData) MarshalTo(dAtA []byte) (int, error)

func (*PackageCustomData) MarshalToSizedBuffer added in v0.0.111

func (m *PackageCustomData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PackageCustomData) ProtoMessage added in v0.0.111

func (*PackageCustomData) ProtoMessage()

func (*PackageCustomData) Reset added in v0.0.111

func (m *PackageCustomData) Reset()

func (*PackageCustomData) Size added in v0.0.111

func (m *PackageCustomData) Size() (n int)

func (*PackageCustomData) String added in v0.0.111

func (this *PackageCustomData) String() string

func (*PackageCustomData) Unmarshal added in v0.0.111

func (m *PackageCustomData) Unmarshal(dAtA []byte) error

func (*PackageCustomData) XXX_DiscardUnknown added in v0.0.111

func (m *PackageCustomData) XXX_DiscardUnknown()

func (*PackageCustomData) XXX_Marshal added in v0.0.111

func (m *PackageCustomData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PackageCustomData) XXX_Merge added in v0.0.111

func (m *PackageCustomData) XXX_Merge(src proto.Message)

func (*PackageCustomData) XXX_Size added in v0.0.111

func (m *PackageCustomData) XXX_Size() int

func (*PackageCustomData) XXX_Unmarshal added in v0.0.111

func (m *PackageCustomData) XXX_Unmarshal(b []byte) error

type PathType added in v0.0.33

type PathType string

PathType represents the type of path referred to by a HTTPIngressPath. +enum

type PolicyRef added in v0.0.33

type PolicyRef struct {
	IPBlock    string `json:"ipBlock" protobuf:"bytes,1,req,name=ipBlock"`
	OriginalIP string `json:"originalIP" protobuf:"bytes,2,req,name=originalIP"`
	DNS        string `json:"dns" protobuf:"bytes,3,req,name=dns"`
	Name       string `json:"name" protobuf:"bytes,4,req,name=name"`
	Server     string `json:"server" protobuf:"bytes,5,req,name=server"`
}

func (*PolicyRef) DeepCopy added in v0.0.33

func (in *PolicyRef) DeepCopy() *PolicyRef

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyRef.

func (*PolicyRef) DeepCopyInto added in v0.0.33

func (in *PolicyRef) DeepCopyInto(out *PolicyRef)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PolicyRef) Descriptor added in v0.0.111

func (*PolicyRef) Descriptor() ([]byte, []int)

func (*PolicyRef) Marshal added in v0.0.111

func (m *PolicyRef) Marshal() (dAtA []byte, err error)

func (*PolicyRef) MarshalTo added in v0.0.111

func (m *PolicyRef) MarshalTo(dAtA []byte) (int, error)

func (*PolicyRef) MarshalToSizedBuffer added in v0.0.111

func (m *PolicyRef) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PolicyRef) ProtoMessage added in v0.0.111

func (*PolicyRef) ProtoMessage()

func (*PolicyRef) Reset added in v0.0.111

func (m *PolicyRef) Reset()

func (*PolicyRef) Size added in v0.0.111

func (m *PolicyRef) Size() (n int)

func (*PolicyRef) String added in v0.0.111

func (this *PolicyRef) String() string

func (*PolicyRef) Unmarshal added in v0.0.111

func (m *PolicyRef) Unmarshal(dAtA []byte) error

func (*PolicyRef) XXX_DiscardUnknown added in v0.0.111

func (m *PolicyRef) XXX_DiscardUnknown()

func (*PolicyRef) XXX_Marshal added in v0.0.111

func (m *PolicyRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PolicyRef) XXX_Merge added in v0.0.111

func (m *PolicyRef) XXX_Merge(src proto.Message)

func (*PolicyRef) XXX_Size added in v0.0.111

func (m *PolicyRef) XXX_Size() int

func (*PolicyRef) XXX_Unmarshal added in v0.0.111

func (m *PolicyRef) XXX_Unmarshal(b []byte) error

type PolicyType added in v0.0.33

type PolicyType string
const (
	// PolicyTypeIngress is a NetworkPolicy that affects ingress traffic on selected pods
	PolicyTypeIngress PolicyType = "Ingress"
	// PolicyTypeEgress is a NetworkPolicy that affects egress traffic on selected pods
	PolicyTypeEgress PolicyType = "Egress"
)

type Product added in v0.0.29

type Product struct {
	Component     `protobuf:"bytes,1,opt,name=component"`
	Subcomponents []Subcomponent `json:"subcomponents,omitempty" protobuf:"bytes,2,opt,name=subcomponents"`
}

func (*Product) DeepCopy added in v0.0.29

func (in *Product) DeepCopy() *Product

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Product.

func (*Product) DeepCopyInto added in v0.0.29

func (in *Product) DeepCopyInto(out *Product)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Product) Descriptor added in v0.0.111

func (*Product) Descriptor() ([]byte, []int)

func (*Product) Marshal added in v0.0.111

func (m *Product) Marshal() (dAtA []byte, err error)

func (*Product) MarshalTo added in v0.0.111

func (m *Product) MarshalTo(dAtA []byte) (int, error)

func (*Product) MarshalToSizedBuffer added in v0.0.111

func (m *Product) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Product) ProtoMessage added in v0.0.111

func (*Product) ProtoMessage()

func (*Product) Reset added in v0.0.111

func (m *Product) Reset()

func (*Product) Size added in v0.0.111

func (m *Product) Size() (n int)

func (*Product) String added in v0.0.111

func (this *Product) String() string

func (*Product) Unmarshal added in v0.0.111

func (m *Product) Unmarshal(dAtA []byte) error

func (*Product) XXX_DiscardUnknown added in v0.0.111

func (m *Product) XXX_DiscardUnknown()

func (*Product) XXX_Marshal added in v0.0.111

func (m *Product) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Product) XXX_Merge added in v0.0.111

func (m *Product) XXX_Merge(src proto.Message)

func (*Product) XXX_Size added in v0.0.111

func (m *Product) XXX_Size() int

func (*Product) XXX_Unmarshal added in v0.0.111

func (m *Product) XXX_Unmarshal(b []byte) error

type ProfileState added in v0.0.89

type ProfileState string

type Protocol added in v0.0.33

type Protocol string

type RelocationReadOnly added in v0.0.83

type RelocationReadOnly string

type ReportMeta

type ReportMeta struct {
	CreatedAt metav1.Time `json:"createdAt" protobuf:"bytes,1,req,name=createdAt"`
}

ReportMeta describes metadata about a report

func (*ReportMeta) DeepCopy

func (in *ReportMeta) DeepCopy() *ReportMeta

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReportMeta.

func (*ReportMeta) DeepCopyInto

func (in *ReportMeta) DeepCopyInto(out *ReportMeta)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ReportMeta) Descriptor added in v0.0.111

func (*ReportMeta) Descriptor() ([]byte, []int)

func (*ReportMeta) Marshal added in v0.0.111

func (m *ReportMeta) Marshal() (dAtA []byte, err error)

func (*ReportMeta) MarshalTo added in v0.0.111

func (m *ReportMeta) MarshalTo(dAtA []byte) (int, error)

func (*ReportMeta) MarshalToSizedBuffer added in v0.0.111

func (m *ReportMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReportMeta) ProtoMessage added in v0.0.111

func (*ReportMeta) ProtoMessage()

func (*ReportMeta) Reset added in v0.0.111

func (m *ReportMeta) Reset()

func (*ReportMeta) Size added in v0.0.111

func (m *ReportMeta) Size() (n int)

func (*ReportMeta) String added in v0.0.111

func (this *ReportMeta) String() string

func (*ReportMeta) Unmarshal added in v0.0.111

func (m *ReportMeta) Unmarshal(dAtA []byte) error

func (*ReportMeta) XXX_DiscardUnknown added in v0.0.111

func (m *ReportMeta) XXX_DiscardUnknown()

func (*ReportMeta) XXX_Marshal added in v0.0.111

func (m *ReportMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReportMeta) XXX_Merge added in v0.0.111

func (m *ReportMeta) XXX_Merge(src proto.Message)

func (*ReportMeta) XXX_Size added in v0.0.111

func (m *ReportMeta) XXX_Size() int

func (*ReportMeta) XXX_Unmarshal added in v0.0.111

func (m *ReportMeta) XXX_Unmarshal(b []byte) error

type RulePath added in v0.0.16

type RulePath struct {
	FailedPath   string `json:"failedPath" protobuf:"bytes,1,req,name=failedPath"`
	FixPath      string `json:"fixPath" protobuf:"bytes,2,req,name=fixPath"`
	FixPathValue string `json:"fixPathValue" protobuf:"bytes,3,req,name=fixPathValue"`
	FixCommand   string `json:"fixCommand" protobuf:"bytes,4,req,name=fixCommand"`
}

func (*RulePath) DeepCopy added in v0.0.16

func (in *RulePath) DeepCopy() *RulePath

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RulePath.

func (*RulePath) DeepCopyInto added in v0.0.16

func (in *RulePath) DeepCopyInto(out *RulePath)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RulePath) Descriptor added in v0.0.111

func (*RulePath) Descriptor() ([]byte, []int)

func (*RulePath) Marshal added in v0.0.111

func (m *RulePath) Marshal() (dAtA []byte, err error)

func (*RulePath) MarshalTo added in v0.0.111

func (m *RulePath) MarshalTo(dAtA []byte) (int, error)

func (*RulePath) MarshalToSizedBuffer added in v0.0.111

func (m *RulePath) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RulePath) ProtoMessage added in v0.0.111

func (*RulePath) ProtoMessage()

func (*RulePath) Reset added in v0.0.111

func (m *RulePath) Reset()

func (*RulePath) Size added in v0.0.111

func (m *RulePath) Size() (n int)

func (*RulePath) String added in v0.0.111

func (this *RulePath) String() string

func (*RulePath) Unmarshal added in v0.0.111

func (m *RulePath) Unmarshal(dAtA []byte) error

func (*RulePath) XXX_DiscardUnknown added in v0.0.111

func (m *RulePath) XXX_DiscardUnknown()

func (*RulePath) XXX_Marshal added in v0.0.111

func (m *RulePath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RulePath) XXX_Merge added in v0.0.111

func (m *RulePath) XXX_Merge(src proto.Message)

func (*RulePath) XXX_Size added in v0.0.111

func (m *RulePath) XXX_Size() int

func (*RulePath) XXX_Unmarshal added in v0.0.111

func (m *RulePath) XXX_Unmarshal(b []byte) error

type RuleStatus added in v0.0.16

type RuleStatus struct {
	Status    string `json:"status" protobuf:"bytes,1,req,name=status"`
	SubStatus string `json:"subStatus" protobuf:"bytes,2,req,name=subStatus"`
}

func (*RuleStatus) DeepCopy added in v0.0.16

func (in *RuleStatus) DeepCopy() *RuleStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RuleStatus.

func (*RuleStatus) DeepCopyInto added in v0.0.16

func (in *RuleStatus) DeepCopyInto(out *RuleStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RuleStatus) Descriptor added in v0.0.111

func (*RuleStatus) Descriptor() ([]byte, []int)

func (*RuleStatus) Marshal added in v0.0.111

func (m *RuleStatus) Marshal() (dAtA []byte, err error)

func (*RuleStatus) MarshalTo added in v0.0.111

func (m *RuleStatus) MarshalTo(dAtA []byte) (int, error)

func (*RuleStatus) MarshalToSizedBuffer added in v0.0.111

func (m *RuleStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RuleStatus) ProtoMessage added in v0.0.111

func (*RuleStatus) ProtoMessage()

func (*RuleStatus) Reset added in v0.0.111

func (m *RuleStatus) Reset()

func (*RuleStatus) Size added in v0.0.111

func (m *RuleStatus) Size() (n int)

func (*RuleStatus) String added in v0.0.111

func (this *RuleStatus) String() string

func (*RuleStatus) Unmarshal added in v0.0.111

func (m *RuleStatus) Unmarshal(dAtA []byte) error

func (*RuleStatus) XXX_DiscardUnknown added in v0.0.111

func (m *RuleStatus) XXX_DiscardUnknown()

func (*RuleStatus) XXX_Marshal added in v0.0.111

func (m *RuleStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuleStatus) XXX_Merge added in v0.0.111

func (m *RuleStatus) XXX_Merge(src proto.Message)

func (*RuleStatus) XXX_Size added in v0.0.111

func (m *RuleStatus) XXX_Size() int

func (*RuleStatus) XXX_Unmarshal added in v0.0.111

func (m *RuleStatus) XXX_Unmarshal(b []byte) error

type SBOMSyft added in v0.0.42

type SBOMSyft struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   SBOMSyftSpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status SBOMSyftStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

SBOMSyft is a custom resource that describes an SBOM in the Syft format.

func (*SBOMSyft) DeepCopy added in v0.0.42

func (in *SBOMSyft) DeepCopy() *SBOMSyft

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSyft.

func (*SBOMSyft) DeepCopyInto added in v0.0.42

func (in *SBOMSyft) DeepCopyInto(out *SBOMSyft)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SBOMSyft) DeepCopyObject added in v0.0.42

func (in *SBOMSyft) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SBOMSyft) Descriptor added in v0.0.111

func (*SBOMSyft) Descriptor() ([]byte, []int)

func (*SBOMSyft) Marshal added in v0.0.111

func (m *SBOMSyft) Marshal() (dAtA []byte, err error)

func (*SBOMSyft) MarshalTo added in v0.0.111

func (m *SBOMSyft) MarshalTo(dAtA []byte) (int, error)

func (*SBOMSyft) MarshalToSizedBuffer added in v0.0.111

func (m *SBOMSyft) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SBOMSyft) ProtoMessage added in v0.0.111

func (*SBOMSyft) ProtoMessage()

func (*SBOMSyft) Reset added in v0.0.111

func (m *SBOMSyft) Reset()

func (*SBOMSyft) Size added in v0.0.111

func (m *SBOMSyft) Size() (n int)

func (*SBOMSyft) String added in v0.0.111

func (this *SBOMSyft) String() string

func (*SBOMSyft) Unmarshal added in v0.0.111

func (m *SBOMSyft) Unmarshal(dAtA []byte) error

func (*SBOMSyft) XXX_DiscardUnknown added in v0.0.111

func (m *SBOMSyft) XXX_DiscardUnknown()

func (*SBOMSyft) XXX_Marshal added in v0.0.111

func (m *SBOMSyft) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SBOMSyft) XXX_Merge added in v0.0.111

func (m *SBOMSyft) XXX_Merge(src proto.Message)

func (*SBOMSyft) XXX_Size added in v0.0.111

func (m *SBOMSyft) XXX_Size() int

func (*SBOMSyft) XXX_Unmarshal added in v0.0.111

func (m *SBOMSyft) XXX_Unmarshal(b []byte) error

type SBOMSyftFiltered added in v0.0.42

type SBOMSyftFiltered struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   SBOMSyftSpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status SBOMSyftStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

SBOMSyftFiltered is a custom resource that describes a filtered SBOM in the Syft format.

Being filtered means that the SBOM contains only the relevant vulnerable materials.

func (*SBOMSyftFiltered) DeepCopy added in v0.0.42

func (in *SBOMSyftFiltered) DeepCopy() *SBOMSyftFiltered

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSyftFiltered.

func (*SBOMSyftFiltered) DeepCopyInto added in v0.0.42

func (in *SBOMSyftFiltered) DeepCopyInto(out *SBOMSyftFiltered)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SBOMSyftFiltered) DeepCopyObject added in v0.0.42

func (in *SBOMSyftFiltered) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SBOMSyftFiltered) Descriptor added in v0.0.111

func (*SBOMSyftFiltered) Descriptor() ([]byte, []int)

func (*SBOMSyftFiltered) Marshal added in v0.0.111

func (m *SBOMSyftFiltered) Marshal() (dAtA []byte, err error)

func (*SBOMSyftFiltered) MarshalTo added in v0.0.111

func (m *SBOMSyftFiltered) MarshalTo(dAtA []byte) (int, error)

func (*SBOMSyftFiltered) MarshalToSizedBuffer added in v0.0.111

func (m *SBOMSyftFiltered) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SBOMSyftFiltered) ProtoMessage added in v0.0.111

func (*SBOMSyftFiltered) ProtoMessage()

func (*SBOMSyftFiltered) Reset added in v0.0.111

func (m *SBOMSyftFiltered) Reset()

func (*SBOMSyftFiltered) Size added in v0.0.111

func (m *SBOMSyftFiltered) Size() (n int)

func (*SBOMSyftFiltered) String added in v0.0.111

func (this *SBOMSyftFiltered) String() string

func (*SBOMSyftFiltered) Unmarshal added in v0.0.111

func (m *SBOMSyftFiltered) Unmarshal(dAtA []byte) error

func (*SBOMSyftFiltered) XXX_DiscardUnknown added in v0.0.111

func (m *SBOMSyftFiltered) XXX_DiscardUnknown()

func (*SBOMSyftFiltered) XXX_Marshal added in v0.0.111

func (m *SBOMSyftFiltered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SBOMSyftFiltered) XXX_Merge added in v0.0.111

func (m *SBOMSyftFiltered) XXX_Merge(src proto.Message)

func (*SBOMSyftFiltered) XXX_Size added in v0.0.111

func (m *SBOMSyftFiltered) XXX_Size() int

func (*SBOMSyftFiltered) XXX_Unmarshal added in v0.0.111

func (m *SBOMSyftFiltered) XXX_Unmarshal(b []byte) error

type SBOMSyftFilteredList added in v0.0.42

type SBOMSyftFilteredList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []SBOMSyftFiltered `json:"items" protobuf:"bytes,2,rep,name=items"`
}

SBOMSyftFilteredList is a list of SBOMSyftFiltered objects.

func (*SBOMSyftFilteredList) DeepCopy added in v0.0.42

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSyftFilteredList.

func (*SBOMSyftFilteredList) DeepCopyInto added in v0.0.42

func (in *SBOMSyftFilteredList) DeepCopyInto(out *SBOMSyftFilteredList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SBOMSyftFilteredList) DeepCopyObject added in v0.0.42

func (in *SBOMSyftFilteredList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SBOMSyftFilteredList) Descriptor added in v0.0.111

func (*SBOMSyftFilteredList) Descriptor() ([]byte, []int)

func (*SBOMSyftFilteredList) Marshal added in v0.0.111

func (m *SBOMSyftFilteredList) Marshal() (dAtA []byte, err error)

func (*SBOMSyftFilteredList) MarshalTo added in v0.0.111

func (m *SBOMSyftFilteredList) MarshalTo(dAtA []byte) (int, error)

func (*SBOMSyftFilteredList) MarshalToSizedBuffer added in v0.0.111

func (m *SBOMSyftFilteredList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SBOMSyftFilteredList) ProtoMessage added in v0.0.111

func (*SBOMSyftFilteredList) ProtoMessage()

func (*SBOMSyftFilteredList) Reset added in v0.0.111

func (m *SBOMSyftFilteredList) Reset()

func (*SBOMSyftFilteredList) Size added in v0.0.111

func (m *SBOMSyftFilteredList) Size() (n int)

func (*SBOMSyftFilteredList) String added in v0.0.111

func (this *SBOMSyftFilteredList) String() string

func (*SBOMSyftFilteredList) Unmarshal added in v0.0.111

func (m *SBOMSyftFilteredList) Unmarshal(dAtA []byte) error

func (*SBOMSyftFilteredList) XXX_DiscardUnknown added in v0.0.111

func (m *SBOMSyftFilteredList) XXX_DiscardUnknown()

func (*SBOMSyftFilteredList) XXX_Marshal added in v0.0.111

func (m *SBOMSyftFilteredList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SBOMSyftFilteredList) XXX_Merge added in v0.0.111

func (m *SBOMSyftFilteredList) XXX_Merge(src proto.Message)

func (*SBOMSyftFilteredList) XXX_Size added in v0.0.111

func (m *SBOMSyftFilteredList) XXX_Size() int

func (*SBOMSyftFilteredList) XXX_Unmarshal added in v0.0.111

func (m *SBOMSyftFilteredList) XXX_Unmarshal(b []byte) error

type SBOMSyftList added in v0.0.42

type SBOMSyftList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []SBOMSyft `json:"items" protobuf:"bytes,2,rep,name=items"`
}

SBOMSyftList is a list of SBOMSyft objects.

func (*SBOMSyftList) DeepCopy added in v0.0.42

func (in *SBOMSyftList) DeepCopy() *SBOMSyftList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSyftList.

func (*SBOMSyftList) DeepCopyInto added in v0.0.42

func (in *SBOMSyftList) DeepCopyInto(out *SBOMSyftList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SBOMSyftList) DeepCopyObject added in v0.0.42

func (in *SBOMSyftList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SBOMSyftList) Descriptor added in v0.0.111

func (*SBOMSyftList) Descriptor() ([]byte, []int)

func (*SBOMSyftList) Marshal added in v0.0.111

func (m *SBOMSyftList) Marshal() (dAtA []byte, err error)

func (*SBOMSyftList) MarshalTo added in v0.0.111

func (m *SBOMSyftList) MarshalTo(dAtA []byte) (int, error)

func (*SBOMSyftList) MarshalToSizedBuffer added in v0.0.111

func (m *SBOMSyftList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SBOMSyftList) ProtoMessage added in v0.0.111

func (*SBOMSyftList) ProtoMessage()

func (*SBOMSyftList) Reset added in v0.0.111

func (m *SBOMSyftList) Reset()

func (*SBOMSyftList) Size added in v0.0.111

func (m *SBOMSyftList) Size() (n int)

func (*SBOMSyftList) String added in v0.0.111

func (this *SBOMSyftList) String() string

func (*SBOMSyftList) Unmarshal added in v0.0.111

func (m *SBOMSyftList) Unmarshal(dAtA []byte) error

func (*SBOMSyftList) XXX_DiscardUnknown added in v0.0.111

func (m *SBOMSyftList) XXX_DiscardUnknown()

func (*SBOMSyftList) XXX_Marshal added in v0.0.111

func (m *SBOMSyftList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SBOMSyftList) XXX_Merge added in v0.0.111

func (m *SBOMSyftList) XXX_Merge(src proto.Message)

func (*SBOMSyftList) XXX_Size added in v0.0.111

func (m *SBOMSyftList) XXX_Size() int

func (*SBOMSyftList) XXX_Unmarshal added in v0.0.111

func (m *SBOMSyftList) XXX_Unmarshal(b []byte) error

type SBOMSyftSpec added in v0.0.42

type SBOMSyftSpec struct {
	Metadata SPDXMeta     `json:"metadata" protobuf:"bytes,1,req,name=metadata"`
	Syft     SyftDocument `json:"syft,omitempty" protobuf:"bytes,2,opt,name=syft"`
}

SBOMSyftSpec is the specification of a Syft SBOM

func (*SBOMSyftSpec) DeepCopy added in v0.0.42

func (in *SBOMSyftSpec) DeepCopy() *SBOMSyftSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSyftSpec.

func (*SBOMSyftSpec) DeepCopyInto added in v0.0.42

func (in *SBOMSyftSpec) DeepCopyInto(out *SBOMSyftSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SBOMSyftSpec) Descriptor added in v0.0.111

func (*SBOMSyftSpec) Descriptor() ([]byte, []int)

func (*SBOMSyftSpec) Marshal added in v0.0.111

func (m *SBOMSyftSpec) Marshal() (dAtA []byte, err error)

func (*SBOMSyftSpec) MarshalTo added in v0.0.111

func (m *SBOMSyftSpec) MarshalTo(dAtA []byte) (int, error)

func (*SBOMSyftSpec) MarshalToSizedBuffer added in v0.0.111

func (m *SBOMSyftSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SBOMSyftSpec) ProtoMessage added in v0.0.111

func (*SBOMSyftSpec) ProtoMessage()

func (*SBOMSyftSpec) Reset added in v0.0.111

func (m *SBOMSyftSpec) Reset()

func (*SBOMSyftSpec) Size added in v0.0.111

func (m *SBOMSyftSpec) Size() (n int)

func (*SBOMSyftSpec) String added in v0.0.111

func (this *SBOMSyftSpec) String() string

func (*SBOMSyftSpec) Unmarshal added in v0.0.111

func (m *SBOMSyftSpec) Unmarshal(dAtA []byte) error

func (*SBOMSyftSpec) XXX_DiscardUnknown added in v0.0.111

func (m *SBOMSyftSpec) XXX_DiscardUnknown()

func (*SBOMSyftSpec) XXX_Marshal added in v0.0.111

func (m *SBOMSyftSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SBOMSyftSpec) XXX_Merge added in v0.0.111

func (m *SBOMSyftSpec) XXX_Merge(src proto.Message)

func (*SBOMSyftSpec) XXX_Size added in v0.0.111

func (m *SBOMSyftSpec) XXX_Size() int

func (*SBOMSyftSpec) XXX_Unmarshal added in v0.0.111

func (m *SBOMSyftSpec) XXX_Unmarshal(b []byte) error

type SBOMSyftStatus added in v0.0.42

type SBOMSyftStatus struct {
}

SBOMSyftStatus is the status of a Syft SBOM.

func (*SBOMSyftStatus) DeepCopy added in v0.0.42

func (in *SBOMSyftStatus) DeepCopy() *SBOMSyftStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSyftStatus.

func (*SBOMSyftStatus) DeepCopyInto added in v0.0.42

func (in *SBOMSyftStatus) DeepCopyInto(out *SBOMSyftStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SBOMSyftStatus) Descriptor added in v0.0.111

func (*SBOMSyftStatus) Descriptor() ([]byte, []int)

func (*SBOMSyftStatus) Marshal added in v0.0.111

func (m *SBOMSyftStatus) Marshal() (dAtA []byte, err error)

func (*SBOMSyftStatus) MarshalTo added in v0.0.111

func (m *SBOMSyftStatus) MarshalTo(dAtA []byte) (int, error)

func (*SBOMSyftStatus) MarshalToSizedBuffer added in v0.0.111

func (m *SBOMSyftStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SBOMSyftStatus) ProtoMessage added in v0.0.111

func (*SBOMSyftStatus) ProtoMessage()

func (*SBOMSyftStatus) Reset added in v0.0.111

func (m *SBOMSyftStatus) Reset()

func (*SBOMSyftStatus) Size added in v0.0.111

func (m *SBOMSyftStatus) Size() (n int)

func (*SBOMSyftStatus) String added in v0.0.111

func (this *SBOMSyftStatus) String() string

func (*SBOMSyftStatus) Unmarshal added in v0.0.111

func (m *SBOMSyftStatus) Unmarshal(dAtA []byte) error

func (*SBOMSyftStatus) XXX_DiscardUnknown added in v0.0.111

func (m *SBOMSyftStatus) XXX_DiscardUnknown()

func (*SBOMSyftStatus) XXX_Marshal added in v0.0.111

func (m *SBOMSyftStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SBOMSyftStatus) XXX_Merge added in v0.0.111

func (m *SBOMSyftStatus) XXX_Merge(src proto.Message)

func (*SBOMSyftStatus) XXX_Size added in v0.0.111

func (m *SBOMSyftStatus) XXX_Size() int

func (*SBOMSyftStatus) XXX_Unmarshal added in v0.0.111

func (m *SBOMSyftStatus) XXX_Unmarshal(b []byte) error

type SPDXMeta

type SPDXMeta struct {
	Tool   ToolMeta   `json:"tool" protobuf:"bytes,1,req,name=tool"`
	Report ReportMeta `json:"report" protobuf:"bytes,2,req,name=report"`
}

SPDXMeta describes metadata about an SPDX-formatted SBOM

func (*SPDXMeta) DeepCopy

func (in *SPDXMeta) DeepCopy() *SPDXMeta

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SPDXMeta.

func (*SPDXMeta) DeepCopyInto

func (in *SPDXMeta) DeepCopyInto(out *SPDXMeta)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SPDXMeta) Descriptor added in v0.0.111

func (*SPDXMeta) Descriptor() ([]byte, []int)

func (*SPDXMeta) Marshal added in v0.0.111

func (m *SPDXMeta) Marshal() (dAtA []byte, err error)

func (*SPDXMeta) MarshalTo added in v0.0.111

func (m *SPDXMeta) MarshalTo(dAtA []byte) (int, error)

func (*SPDXMeta) MarshalToSizedBuffer added in v0.0.111

func (m *SPDXMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SPDXMeta) ProtoMessage added in v0.0.111

func (*SPDXMeta) ProtoMessage()

func (*SPDXMeta) Reset added in v0.0.111

func (m *SPDXMeta) Reset()

func (*SPDXMeta) Size added in v0.0.111

func (m *SPDXMeta) Size() (n int)

func (*SPDXMeta) String added in v0.0.111

func (this *SPDXMeta) String() string

func (*SPDXMeta) Unmarshal added in v0.0.111

func (m *SPDXMeta) Unmarshal(dAtA []byte) error

func (*SPDXMeta) XXX_DiscardUnknown added in v0.0.111

func (m *SPDXMeta) XXX_DiscardUnknown()

func (*SPDXMeta) XXX_Marshal added in v0.0.111

func (m *SPDXMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SPDXMeta) XXX_Merge added in v0.0.111

func (m *SPDXMeta) XXX_Merge(src proto.Message)

func (*SPDXMeta) XXX_Size added in v0.0.111

func (m *SPDXMeta) XXX_Size() int

func (*SPDXMeta) XXX_Unmarshal added in v0.0.111

func (m *SPDXMeta) XXX_Unmarshal(b []byte) error

type ScannedControl added in v0.0.16

type ScannedControl struct {
	ControlID string               `json:"controlID" protobuf:"bytes,1,req,name=controlID"`
	Name      string               `json:"name" protobuf:"bytes,2,req,name=name"`
	Severity  ControlSeverity      `json:"severity" protobuf:"bytes,3,req,name=severity"`
	Status    ScannedControlStatus `json:"status" protobuf:"bytes,4,req,name=status"`
	Rules     []ScannedControlRule `json:"rules" protobuf:"bytes,5,rep,name=rules"`
}

func (*ScannedControl) DeepCopy added in v0.0.16

func (in *ScannedControl) DeepCopy() *ScannedControl

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControl.

func (*ScannedControl) DeepCopyInto added in v0.0.16

func (in *ScannedControl) DeepCopyInto(out *ScannedControl)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ScannedControl) Descriptor added in v0.0.111

func (*ScannedControl) Descriptor() ([]byte, []int)

func (*ScannedControl) Marshal added in v0.0.111

func (m *ScannedControl) Marshal() (dAtA []byte, err error)

func (*ScannedControl) MarshalTo added in v0.0.111

func (m *ScannedControl) MarshalTo(dAtA []byte) (int, error)

func (*ScannedControl) MarshalToSizedBuffer added in v0.0.111

func (m *ScannedControl) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScannedControl) ProtoMessage added in v0.0.111

func (*ScannedControl) ProtoMessage()

func (*ScannedControl) Reset added in v0.0.111

func (m *ScannedControl) Reset()

func (*ScannedControl) Size added in v0.0.111

func (m *ScannedControl) Size() (n int)

func (*ScannedControl) String added in v0.0.111

func (this *ScannedControl) String() string

func (*ScannedControl) Unmarshal added in v0.0.111

func (m *ScannedControl) Unmarshal(dAtA []byte) error

func (*ScannedControl) XXX_DiscardUnknown added in v0.0.111

func (m *ScannedControl) XXX_DiscardUnknown()

func (*ScannedControl) XXX_Marshal added in v0.0.111

func (m *ScannedControl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScannedControl) XXX_Merge added in v0.0.111

func (m *ScannedControl) XXX_Merge(src proto.Message)

func (*ScannedControl) XXX_Size added in v0.0.111

func (m *ScannedControl) XXX_Size() int

func (*ScannedControl) XXX_Unmarshal added in v0.0.111

func (m *ScannedControl) XXX_Unmarshal(b []byte) error

type ScannedControlRule added in v0.0.16

type ScannedControlRule struct {
	Name                  string                     `json:"name" protobuf:"bytes,1,req,name=name"`
	Status                RuleStatus                 `json:"status" protobuf:"bytes,2,req,name=status"`
	ControlConfigurations map[string]json.RawMessage `json:"controlConfigurations" protobuf:"bytes,3,rep,name=controlConfigurations"`
	Paths                 []RulePath                 `json:"paths" protobuf:"bytes,4,rep,name=paths"`
	AppliedIgnoreRules    []string                   `json:"appliedIgnoreRules" protobuf:"bytes,5,rep,name=appliedIgnoreRules"`
	RelatedResourcesIDs   []string                   `json:"relatedResourcesIDs" protobuf:"bytes,6,rep,name=relatedResourcesIDs"`
}

func (*ScannedControlRule) DeepCopy added in v0.0.16

func (in *ScannedControlRule) DeepCopy() *ScannedControlRule

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlRule.

func (*ScannedControlRule) DeepCopyInto added in v0.0.16

func (in *ScannedControlRule) DeepCopyInto(out *ScannedControlRule)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ScannedControlRule) Descriptor added in v0.0.111

func (*ScannedControlRule) Descriptor() ([]byte, []int)

func (*ScannedControlRule) Marshal added in v0.0.111

func (m *ScannedControlRule) Marshal() (dAtA []byte, err error)

func (*ScannedControlRule) MarshalTo added in v0.0.111

func (m *ScannedControlRule) MarshalTo(dAtA []byte) (int, error)

func (*ScannedControlRule) MarshalToSizedBuffer added in v0.0.111

func (m *ScannedControlRule) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScannedControlRule) ProtoMessage added in v0.0.111

func (*ScannedControlRule) ProtoMessage()

func (*ScannedControlRule) Reset added in v0.0.111

func (m *ScannedControlRule) Reset()

func (*ScannedControlRule) Size added in v0.0.111

func (m *ScannedControlRule) Size() (n int)

func (*ScannedControlRule) String added in v0.0.111

func (this *ScannedControlRule) String() string

func (*ScannedControlRule) Unmarshal added in v0.0.111

func (m *ScannedControlRule) Unmarshal(dAtA []byte) error

func (*ScannedControlRule) XXX_DiscardUnknown added in v0.0.111

func (m *ScannedControlRule) XXX_DiscardUnknown()

func (*ScannedControlRule) XXX_Marshal added in v0.0.111

func (m *ScannedControlRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScannedControlRule) XXX_Merge added in v0.0.111

func (m *ScannedControlRule) XXX_Merge(src proto.Message)

func (*ScannedControlRule) XXX_Size added in v0.0.111

func (m *ScannedControlRule) XXX_Size() int

func (*ScannedControlRule) XXX_Unmarshal added in v0.0.111

func (m *ScannedControlRule) XXX_Unmarshal(b []byte) error

type ScannedControlStatus added in v0.0.16

type ScannedControlStatus struct {
	Status    string `json:"status" protobuf:"bytes,1,req,name=status"`
	SubStatus string `json:"subStatus" protobuf:"bytes,2,req,name=subStatus"`
	Info      string `json:"info" protobuf:"bytes,3,req,name=info"`
}

func (*ScannedControlStatus) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlStatus.

func (*ScannedControlStatus) DeepCopyInto added in v0.0.16

func (in *ScannedControlStatus) DeepCopyInto(out *ScannedControlStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ScannedControlStatus) Descriptor added in v0.0.111

func (*ScannedControlStatus) Descriptor() ([]byte, []int)

func (*ScannedControlStatus) Marshal added in v0.0.111

func (m *ScannedControlStatus) Marshal() (dAtA []byte, err error)

func (*ScannedControlStatus) MarshalTo added in v0.0.111

func (m *ScannedControlStatus) MarshalTo(dAtA []byte) (int, error)

func (*ScannedControlStatus) MarshalToSizedBuffer added in v0.0.111

func (m *ScannedControlStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScannedControlStatus) ProtoMessage added in v0.0.111

func (*ScannedControlStatus) ProtoMessage()

func (*ScannedControlStatus) Reset added in v0.0.111

func (m *ScannedControlStatus) Reset()

func (*ScannedControlStatus) Size added in v0.0.111

func (m *ScannedControlStatus) Size() (n int)

func (*ScannedControlStatus) String added in v0.0.111

func (this *ScannedControlStatus) String() string

func (*ScannedControlStatus) Unmarshal added in v0.0.111

func (m *ScannedControlStatus) Unmarshal(dAtA []byte) error

func (*ScannedControlStatus) XXX_DiscardUnknown added in v0.0.111

func (m *ScannedControlStatus) XXX_DiscardUnknown()

func (*ScannedControlStatus) XXX_Marshal added in v0.0.111

func (m *ScannedControlStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScannedControlStatus) XXX_Merge added in v0.0.111

func (m *ScannedControlStatus) XXX_Merge(src proto.Message)

func (*ScannedControlStatus) XXX_Size added in v0.0.111

func (m *ScannedControlStatus) XXX_Size() int

func (*ScannedControlStatus) XXX_Unmarshal added in v0.0.111

func (m *ScannedControlStatus) XXX_Unmarshal(b []byte) error

type ScannedControlSummary added in v0.0.16

type ScannedControlSummary struct {
	ControlID string               `json:"controlID" protobuf:"bytes,1,req,name=controlID"`
	Severity  ControlSeverity      `json:"severity" protobuf:"bytes,2,req,name=severity"`
	Status    ScannedControlStatus `json:"status" protobuf:"bytes,3,req,name=status"`
}

func (*ScannedControlSummary) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlSummary.

func (*ScannedControlSummary) DeepCopyInto added in v0.0.16

func (in *ScannedControlSummary) DeepCopyInto(out *ScannedControlSummary)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ScannedControlSummary) Descriptor added in v0.0.111

func (*ScannedControlSummary) Descriptor() ([]byte, []int)

func (*ScannedControlSummary) Marshal added in v0.0.111

func (m *ScannedControlSummary) Marshal() (dAtA []byte, err error)

func (*ScannedControlSummary) MarshalTo added in v0.0.111

func (m *ScannedControlSummary) MarshalTo(dAtA []byte) (int, error)

func (*ScannedControlSummary) MarshalToSizedBuffer added in v0.0.111

func (m *ScannedControlSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScannedControlSummary) ProtoMessage added in v0.0.111

func (*ScannedControlSummary) ProtoMessage()

func (*ScannedControlSummary) Reset added in v0.0.111

func (m *ScannedControlSummary) Reset()

func (*ScannedControlSummary) Size added in v0.0.111

func (m *ScannedControlSummary) Size() (n int)

func (*ScannedControlSummary) String added in v0.0.111

func (this *ScannedControlSummary) String() string

func (*ScannedControlSummary) Unmarshal added in v0.0.111

func (m *ScannedControlSummary) Unmarshal(dAtA []byte) error

func (*ScannedControlSummary) XXX_DiscardUnknown added in v0.0.111

func (m *ScannedControlSummary) XXX_DiscardUnknown()

func (*ScannedControlSummary) XXX_Marshal added in v0.0.111

func (m *ScannedControlSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScannedControlSummary) XXX_Merge added in v0.0.111

func (m *ScannedControlSummary) XXX_Merge(src proto.Message)

func (*ScannedControlSummary) XXX_Size added in v0.0.111

func (m *ScannedControlSummary) XXX_Size() int

func (*ScannedControlSummary) XXX_Unmarshal added in v0.0.111

func (m *ScannedControlSummary) XXX_Unmarshal(b []byte) error

type Schema added in v0.0.42

type Schema struct {
	Version string `json:"version" protobuf:"bytes,1,req,name=version"`
	URL     string `json:"url" protobuf:"bytes,2,req,name=url"`
}

func (*Schema) DeepCopy added in v0.0.42

func (in *Schema) DeepCopy() *Schema

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Schema.

func (*Schema) DeepCopyInto added in v0.0.42

func (in *Schema) DeepCopyInto(out *Schema)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Schema) Descriptor added in v0.0.111

func (*Schema) Descriptor() ([]byte, []int)

func (*Schema) Marshal added in v0.0.111

func (m *Schema) Marshal() (dAtA []byte, err error)

func (*Schema) MarshalTo added in v0.0.111

func (m *Schema) MarshalTo(dAtA []byte) (int, error)

func (*Schema) MarshalToSizedBuffer added in v0.0.111

func (m *Schema) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Schema) ProtoMessage added in v0.0.111

func (*Schema) ProtoMessage()

func (*Schema) Reset added in v0.0.111

func (m *Schema) Reset()

func (*Schema) Size added in v0.0.111

func (m *Schema) Size() (n int)

func (*Schema) String added in v0.0.111

func (this *Schema) String() string

func (*Schema) Unmarshal added in v0.0.111

func (m *Schema) Unmarshal(dAtA []byte) error

func (*Schema) XXX_DiscardUnknown added in v0.0.111

func (m *Schema) XXX_DiscardUnknown()

func (*Schema) XXX_Marshal added in v0.0.111

func (m *Schema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Schema) XXX_Merge added in v0.0.111

func (m *Schema) XXX_Merge(src proto.Message)

func (*Schema) XXX_Size added in v0.0.111

func (m *Schema) XXX_Size() int

func (*Schema) XXX_Unmarshal added in v0.0.111

func (m *Schema) XXX_Unmarshal(b []byte) error

type SeccompProfile added in v0.0.89

type SeccompProfile struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   SeccompProfileSpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status SeccompProfileStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

func (*SeccompProfile) DeepCopy added in v0.0.89

func (in *SeccompProfile) DeepCopy() *SeccompProfile

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeccompProfile.

func (*SeccompProfile) DeepCopyInto added in v0.0.89

func (in *SeccompProfile) DeepCopyInto(out *SeccompProfile)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SeccompProfile) DeepCopyObject added in v0.0.89

func (in *SeccompProfile) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SeccompProfile) Descriptor added in v0.0.111

func (*SeccompProfile) Descriptor() ([]byte, []int)

func (*SeccompProfile) Marshal added in v0.0.111

func (m *SeccompProfile) Marshal() (dAtA []byte, err error)

func (*SeccompProfile) MarshalTo added in v0.0.111

func (m *SeccompProfile) MarshalTo(dAtA []byte) (int, error)

func (*SeccompProfile) MarshalToSizedBuffer added in v0.0.111

func (m *SeccompProfile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeccompProfile) ProtoMessage added in v0.0.111

func (*SeccompProfile) ProtoMessage()

func (*SeccompProfile) Reset added in v0.0.111

func (m *SeccompProfile) Reset()

func (*SeccompProfile) Size added in v0.0.111

func (m *SeccompProfile) Size() (n int)

func (*SeccompProfile) String added in v0.0.111

func (this *SeccompProfile) String() string

func (*SeccompProfile) Unmarshal added in v0.0.111

func (m *SeccompProfile) Unmarshal(dAtA []byte) error

func (*SeccompProfile) XXX_DiscardUnknown added in v0.0.111

func (m *SeccompProfile) XXX_DiscardUnknown()

func (*SeccompProfile) XXX_Marshal added in v0.0.111

func (m *SeccompProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SeccompProfile) XXX_Merge added in v0.0.111

func (m *SeccompProfile) XXX_Merge(src proto.Message)

func (*SeccompProfile) XXX_Size added in v0.0.111

func (m *SeccompProfile) XXX_Size() int

func (*SeccompProfile) XXX_Unmarshal added in v0.0.111

func (m *SeccompProfile) XXX_Unmarshal(b []byte) error

type SeccompProfileList added in v0.0.89

type SeccompProfileList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []SeccompProfile `json:"items" protobuf:"bytes,2,rep,name=items"`
}

func (*SeccompProfileList) DeepCopy added in v0.0.89

func (in *SeccompProfileList) DeepCopy() *SeccompProfileList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeccompProfileList.

func (*SeccompProfileList) DeepCopyInto added in v0.0.89

func (in *SeccompProfileList) DeepCopyInto(out *SeccompProfileList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SeccompProfileList) DeepCopyObject added in v0.0.89

func (in *SeccompProfileList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*SeccompProfileList) Descriptor added in v0.0.111

func (*SeccompProfileList) Descriptor() ([]byte, []int)

func (*SeccompProfileList) Marshal added in v0.0.111

func (m *SeccompProfileList) Marshal() (dAtA []byte, err error)

func (*SeccompProfileList) MarshalTo added in v0.0.111

func (m *SeccompProfileList) MarshalTo(dAtA []byte) (int, error)

func (*SeccompProfileList) MarshalToSizedBuffer added in v0.0.111

func (m *SeccompProfileList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeccompProfileList) ProtoMessage added in v0.0.111

func (*SeccompProfileList) ProtoMessage()

func (*SeccompProfileList) Reset added in v0.0.111

func (m *SeccompProfileList) Reset()

func (*SeccompProfileList) Size added in v0.0.111

func (m *SeccompProfileList) Size() (n int)

func (*SeccompProfileList) String added in v0.0.111

func (this *SeccompProfileList) String() string

func (*SeccompProfileList) Unmarshal added in v0.0.111

func (m *SeccompProfileList) Unmarshal(dAtA []byte) error

func (*SeccompProfileList) XXX_DiscardUnknown added in v0.0.111

func (m *SeccompProfileList) XXX_DiscardUnknown()

func (*SeccompProfileList) XXX_Marshal added in v0.0.111

func (m *SeccompProfileList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SeccompProfileList) XXX_Merge added in v0.0.111

func (m *SeccompProfileList) XXX_Merge(src proto.Message)

func (*SeccompProfileList) XXX_Size added in v0.0.111

func (m *SeccompProfileList) XXX_Size() int

func (*SeccompProfileList) XXX_Unmarshal added in v0.0.111

func (m *SeccompProfileList) XXX_Unmarshal(b []byte) error

type SeccompProfileSpec added in v0.0.89

type SeccompProfileSpec struct {
	Containers          []SingleSeccompProfile `json:"containers,omitempty" protobuf:"bytes,1,rep,name=containers"`
	InitContainers      []SingleSeccompProfile `json:"initContainers,omitempty" protobuf:"bytes,2,rep,name=initContainers"`
	EphemeralContainers []SingleSeccompProfile `json:"ephemeralContainers,omitempty" protobuf:"bytes,3,rep,name=ephemeralContainers"`
}

func (*SeccompProfileSpec) DeepCopy added in v0.0.89

func (in *SeccompProfileSpec) DeepCopy() *SeccompProfileSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeccompProfileSpec.

func (*SeccompProfileSpec) DeepCopyInto added in v0.0.89

func (in *SeccompProfileSpec) DeepCopyInto(out *SeccompProfileSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SeccompProfileSpec) Descriptor added in v0.0.111

func (*SeccompProfileSpec) Descriptor() ([]byte, []int)

func (*SeccompProfileSpec) Marshal added in v0.0.111

func (m *SeccompProfileSpec) Marshal() (dAtA []byte, err error)

func (*SeccompProfileSpec) MarshalTo added in v0.0.111

func (m *SeccompProfileSpec) MarshalTo(dAtA []byte) (int, error)

func (*SeccompProfileSpec) MarshalToSizedBuffer added in v0.0.111

func (m *SeccompProfileSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeccompProfileSpec) ProtoMessage added in v0.0.111

func (*SeccompProfileSpec) ProtoMessage()

func (*SeccompProfileSpec) Reset added in v0.0.111

func (m *SeccompProfileSpec) Reset()

func (*SeccompProfileSpec) Size added in v0.0.111

func (m *SeccompProfileSpec) Size() (n int)

func (*SeccompProfileSpec) String added in v0.0.111

func (this *SeccompProfileSpec) String() string

func (*SeccompProfileSpec) Unmarshal added in v0.0.111

func (m *SeccompProfileSpec) Unmarshal(dAtA []byte) error

func (*SeccompProfileSpec) XXX_DiscardUnknown added in v0.0.111

func (m *SeccompProfileSpec) XXX_DiscardUnknown()

func (*SeccompProfileSpec) XXX_Marshal added in v0.0.111

func (m *SeccompProfileSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SeccompProfileSpec) XXX_Merge added in v0.0.111

func (m *SeccompProfileSpec) XXX_Merge(src proto.Message)

func (*SeccompProfileSpec) XXX_Size added in v0.0.111

func (m *SeccompProfileSpec) XXX_Size() int

func (*SeccompProfileSpec) XXX_Unmarshal added in v0.0.111

func (m *SeccompProfileSpec) XXX_Unmarshal(b []byte) error

type SeccompProfileStatus added in v0.0.89

type SeccompProfileStatus struct {
	Containers map[string]SingleSeccompProfileStatus `json:"containers,omitempty" protobuf:"bytes,1,rep,name=containers"`
}

func (*SeccompProfileStatus) DeepCopy added in v0.0.89

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeccompProfileStatus.

func (*SeccompProfileStatus) DeepCopyInto added in v0.0.89

func (in *SeccompProfileStatus) DeepCopyInto(out *SeccompProfileStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SeccompProfileStatus) Descriptor added in v0.0.111

func (*SeccompProfileStatus) Descriptor() ([]byte, []int)

func (*SeccompProfileStatus) Marshal added in v0.0.111

func (m *SeccompProfileStatus) Marshal() (dAtA []byte, err error)

func (*SeccompProfileStatus) MarshalTo added in v0.0.111

func (m *SeccompProfileStatus) MarshalTo(dAtA []byte) (int, error)

func (*SeccompProfileStatus) MarshalToSizedBuffer added in v0.0.111

func (m *SeccompProfileStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeccompProfileStatus) ProtoMessage added in v0.0.111

func (*SeccompProfileStatus) ProtoMessage()

func (*SeccompProfileStatus) Reset added in v0.0.111

func (m *SeccompProfileStatus) Reset()

func (*SeccompProfileStatus) Size added in v0.0.111

func (m *SeccompProfileStatus) Size() (n int)

func (*SeccompProfileStatus) String added in v0.0.111

func (this *SeccompProfileStatus) String() string

func (*SeccompProfileStatus) Unmarshal added in v0.0.111

func (m *SeccompProfileStatus) Unmarshal(dAtA []byte) error

func (*SeccompProfileStatus) XXX_DiscardUnknown added in v0.0.111

func (m *SeccompProfileStatus) XXX_DiscardUnknown()

func (*SeccompProfileStatus) XXX_Marshal added in v0.0.111

func (m *SeccompProfileStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SeccompProfileStatus) XXX_Merge added in v0.0.111

func (m *SeccompProfileStatus) XXX_Merge(src proto.Message)

func (*SeccompProfileStatus) XXX_Size added in v0.0.111

func (m *SeccompProfileStatus) XXX_Size() int

func (*SeccompProfileStatus) XXX_Unmarshal added in v0.0.111

func (m *SeccompProfileStatus) XXX_Unmarshal(b []byte) error

type ServiceBackendPort added in v0.0.33

type ServiceBackendPort struct {
	Name string `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"`

	Number int32 `json:"number,omitempty" protobuf:"bytes,2,opt,name=number"`
}

ServiceBackendPort is the service port being referenced.

func (*ServiceBackendPort) DeepCopy added in v0.0.33

func (in *ServiceBackendPort) DeepCopy() *ServiceBackendPort

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceBackendPort.

func (*ServiceBackendPort) DeepCopyInto added in v0.0.33

func (in *ServiceBackendPort) DeepCopyInto(out *ServiceBackendPort)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ServiceBackendPort) Descriptor added in v0.0.111

func (*ServiceBackendPort) Descriptor() ([]byte, []int)

func (*ServiceBackendPort) Marshal added in v0.0.111

func (m *ServiceBackendPort) Marshal() (dAtA []byte, err error)

func (*ServiceBackendPort) MarshalTo added in v0.0.111

func (m *ServiceBackendPort) MarshalTo(dAtA []byte) (int, error)

func (*ServiceBackendPort) MarshalToSizedBuffer added in v0.0.111

func (m *ServiceBackendPort) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceBackendPort) ProtoMessage added in v0.0.111

func (*ServiceBackendPort) ProtoMessage()

func (*ServiceBackendPort) Reset added in v0.0.111

func (m *ServiceBackendPort) Reset()

func (*ServiceBackendPort) Size added in v0.0.111

func (m *ServiceBackendPort) Size() (n int)

func (*ServiceBackendPort) String added in v0.0.111

func (this *ServiceBackendPort) String() string

func (*ServiceBackendPort) Unmarshal added in v0.0.111

func (m *ServiceBackendPort) Unmarshal(dAtA []byte) error

func (*ServiceBackendPort) XXX_DiscardUnknown added in v0.0.111

func (m *ServiceBackendPort) XXX_DiscardUnknown()

func (*ServiceBackendPort) XXX_Marshal added in v0.0.111

func (m *ServiceBackendPort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceBackendPort) XXX_Merge added in v0.0.111

func (m *ServiceBackendPort) XXX_Merge(src proto.Message)

func (*ServiceBackendPort) XXX_Size added in v0.0.111

func (m *ServiceBackendPort) XXX_Size() int

func (*ServiceBackendPort) XXX_Unmarshal added in v0.0.111

func (m *ServiceBackendPort) XXX_Unmarshal(b []byte) error

type SeveritySummary added in v0.0.7

type SeveritySummary struct {
	Critical   VulnerabilityCounters `json:"critical,omitempty" protobuf:"bytes,1,opt,name=critical"`
	High       VulnerabilityCounters `json:"high,omitempty" protobuf:"bytes,2,opt,name=high"`
	Medium     VulnerabilityCounters `json:"medium,omitempty" protobuf:"bytes,3,opt,name=medium"`
	Low        VulnerabilityCounters `json:"low,omitempty" protobuf:"bytes,4,opt,name=low"`
	Negligible VulnerabilityCounters `json:"negligible,omitempty" protobuf:"bytes,5,opt,name=negligible"`
	Unknown    VulnerabilityCounters `json:"unknown,omitempty" protobuf:"bytes,6,opt,name=unknown"`
}

SeveritySummary is a summary of all vulnerabilities included in vulnerability manifest

func (*SeveritySummary) DeepCopy added in v0.0.7

func (in *SeveritySummary) DeepCopy() *SeveritySummary

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeveritySummary.

func (*SeveritySummary) DeepCopyInto added in v0.0.7

func (in *SeveritySummary) DeepCopyInto(out *SeveritySummary)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SeveritySummary) Descriptor added in v0.0.111

func (*SeveritySummary) Descriptor() ([]byte, []int)

func (*SeveritySummary) Marshal added in v0.0.111

func (m *SeveritySummary) Marshal() (dAtA []byte, err error)

func (*SeveritySummary) MarshalTo added in v0.0.111

func (m *SeveritySummary) MarshalTo(dAtA []byte) (int, error)

func (*SeveritySummary) MarshalToSizedBuffer added in v0.0.111

func (m *SeveritySummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeveritySummary) ProtoMessage added in v0.0.111

func (*SeveritySummary) ProtoMessage()

func (*SeveritySummary) Reset added in v0.0.111

func (m *SeveritySummary) Reset()

func (*SeveritySummary) Size added in v0.0.111

func (m *SeveritySummary) Size() (n int)

func (*SeveritySummary) String added in v0.0.111

func (this *SeveritySummary) String() string

func (*SeveritySummary) Unmarshal added in v0.0.111

func (m *SeveritySummary) Unmarshal(dAtA []byte) error

func (*SeveritySummary) XXX_DiscardUnknown added in v0.0.111

func (m *SeveritySummary) XXX_DiscardUnknown()

func (*SeveritySummary) XXX_Marshal added in v0.0.111

func (m *SeveritySummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SeveritySummary) XXX_Merge added in v0.0.111

func (m *SeveritySummary) XXX_Merge(src proto.Message)

func (*SeveritySummary) XXX_Size added in v0.0.111

func (m *SeveritySummary) XXX_Size() int

func (*SeveritySummary) XXX_Unmarshal added in v0.0.111

func (m *SeveritySummary) XXX_Unmarshal(b []byte) error

type SingleSeccompProfile added in v0.0.89

type SingleSeccompProfile struct {
	Name string                   `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"`
	Path string                   `json:"path,omitempty" protobuf:"bytes,2,opt,name=path"`
	Spec SingleSeccompProfileSpec `json:"spec,omitempty" protobuf:"bytes,3,opt,name=spec"`
}

func (*SingleSeccompProfile) DeepCopy added in v0.0.89

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SingleSeccompProfile.

func (*SingleSeccompProfile) DeepCopyInto added in v0.0.89

func (in *SingleSeccompProfile) DeepCopyInto(out *SingleSeccompProfile)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SingleSeccompProfile) Descriptor added in v0.0.111

func (*SingleSeccompProfile) Descriptor() ([]byte, []int)

func (*SingleSeccompProfile) Marshal added in v0.0.111

func (m *SingleSeccompProfile) Marshal() (dAtA []byte, err error)

func (*SingleSeccompProfile) MarshalTo added in v0.0.111

func (m *SingleSeccompProfile) MarshalTo(dAtA []byte) (int, error)

func (*SingleSeccompProfile) MarshalToSizedBuffer added in v0.0.111

func (m *SingleSeccompProfile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SingleSeccompProfile) ProtoMessage added in v0.0.111

func (*SingleSeccompProfile) ProtoMessage()

func (*SingleSeccompProfile) Reset added in v0.0.111

func (m *SingleSeccompProfile) Reset()

func (*SingleSeccompProfile) Size added in v0.0.111

func (m *SingleSeccompProfile) Size() (n int)

func (*SingleSeccompProfile) String added in v0.0.111

func (this *SingleSeccompProfile) String() string

func (*SingleSeccompProfile) Unmarshal added in v0.0.111

func (m *SingleSeccompProfile) Unmarshal(dAtA []byte) error

func (*SingleSeccompProfile) XXX_DiscardUnknown added in v0.0.111

func (m *SingleSeccompProfile) XXX_DiscardUnknown()

func (*SingleSeccompProfile) XXX_Marshal added in v0.0.111

func (m *SingleSeccompProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SingleSeccompProfile) XXX_Merge added in v0.0.111

func (m *SingleSeccompProfile) XXX_Merge(src proto.Message)

func (*SingleSeccompProfile) XXX_Size added in v0.0.111

func (m *SingleSeccompProfile) XXX_Size() int

func (*SingleSeccompProfile) XXX_Unmarshal added in v0.0.111

func (m *SingleSeccompProfile) XXX_Unmarshal(b []byte) error

type SingleSeccompProfileSpec added in v0.0.89

type SingleSeccompProfileSpec struct {
	// Common spec fields for all profiles.
	SpecBase `json:",inline" protobuf:"bytes,1,opt,name=specBase"`

	// BaseProfileName is the name of base profile (in the same namespace) that
	// will be unioned into this profile. Base profiles can be references as
	// remote OCI artifacts as well when prefixed with `oci://`.
	BaseProfileName string `json:"baseProfileName,omitempty" protobuf:"bytes,2,opt,name=baseProfileName"`

	// the default action for seccomp
	DefaultAction seccomp.Action `json:"defaultAction" protobuf:"bytes,3,opt,name=defaultAction"`
	// the architecture used for system calls
	Architectures []Arch `json:"architectures,omitempty" protobuf:"bytes,4,rep,name=architectures"`
	// path of UNIX domain socket to contact a seccomp agent for SCMP_ACT_NOTIFY
	ListenerPath string `json:"listenerPath,omitempty" protobuf:"bytes,5,opt,name=listenerPath"`
	// opaque data to pass to the seccomp agent
	ListenerMetadata string `json:"listenerMetadata,omitempty" protobuf:"bytes,6,opt,name=listenerMetadata"`
	// match a syscall in seccomp. While this property is OPTIONAL, some values
	// of defaultAction are not useful without syscalls entries. For example,
	// if defaultAction is SCMP_ACT_KILL and syscalls is empty or unset, the
	// kernel will kill the container process on its first syscall
	Syscalls []*Syscall `json:"syscalls,omitempty" protobuf:"bytes,7,rep,name=syscalls"`

	// list of flags to use with seccomp(2)
	Flags []Flag `json:"flags,omitempty" protobuf:"bytes,8,rep,name=flags"`
}

func (*SingleSeccompProfileSpec) DeepCopy added in v0.0.89

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SingleSeccompProfileSpec.

func (*SingleSeccompProfileSpec) DeepCopyInto added in v0.0.89

func (in *SingleSeccompProfileSpec) DeepCopyInto(out *SingleSeccompProfileSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SingleSeccompProfileSpec) Descriptor added in v0.0.111

func (*SingleSeccompProfileSpec) Descriptor() ([]byte, []int)

func (*SingleSeccompProfileSpec) Marshal added in v0.0.111

func (m *SingleSeccompProfileSpec) Marshal() (dAtA []byte, err error)

func (*SingleSeccompProfileSpec) MarshalTo added in v0.0.111

func (m *SingleSeccompProfileSpec) MarshalTo(dAtA []byte) (int, error)

func (*SingleSeccompProfileSpec) MarshalToSizedBuffer added in v0.0.111

func (m *SingleSeccompProfileSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SingleSeccompProfileSpec) ProtoMessage added in v0.0.111

func (*SingleSeccompProfileSpec) ProtoMessage()

func (*SingleSeccompProfileSpec) Reset added in v0.0.111

func (m *SingleSeccompProfileSpec) Reset()

func (*SingleSeccompProfileSpec) Size added in v0.0.111

func (m *SingleSeccompProfileSpec) Size() (n int)

func (*SingleSeccompProfileSpec) String added in v0.0.111

func (this *SingleSeccompProfileSpec) String() string

func (*SingleSeccompProfileSpec) Unmarshal added in v0.0.111

func (m *SingleSeccompProfileSpec) Unmarshal(dAtA []byte) error

func (*SingleSeccompProfileSpec) XXX_DiscardUnknown added in v0.0.111

func (m *SingleSeccompProfileSpec) XXX_DiscardUnknown()

func (*SingleSeccompProfileSpec) XXX_Marshal added in v0.0.111

func (m *SingleSeccompProfileSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SingleSeccompProfileSpec) XXX_Merge added in v0.0.111

func (m *SingleSeccompProfileSpec) XXX_Merge(src proto.Message)

func (*SingleSeccompProfileSpec) XXX_Size added in v0.0.111

func (m *SingleSeccompProfileSpec) XXX_Size() int

func (*SingleSeccompProfileSpec) XXX_Unmarshal added in v0.0.111

func (m *SingleSeccompProfileSpec) XXX_Unmarshal(b []byte) error

type SingleSeccompProfileStatus added in v0.0.89

type SingleSeccompProfileStatus struct {
	StatusBase      `json:",inline" protobuf:"bytes,1,opt,name=statusBase"`
	Path            string   `json:"path,omitempty" protobuf:"bytes,2,opt,name=path"`
	ActiveWorkloads []string `json:"activeWorkloads,omitempty" protobuf:"bytes,3,opt,name=activeWorkloads"`
	// The path that should be provided to the `securityContext.seccompProfile.localhostProfile`
	// field of a Pod or container spec
	LocalhostProfile string `json:"localhostProfile,omitempty" protobuf:"bytes,4,opt,name=localhostProfile"`
}

func (*SingleSeccompProfileStatus) DeepCopy added in v0.0.89

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SingleSeccompProfileStatus.

func (*SingleSeccompProfileStatus) DeepCopyInto added in v0.0.89

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SingleSeccompProfileStatus) Descriptor added in v0.0.111

func (*SingleSeccompProfileStatus) Descriptor() ([]byte, []int)

func (*SingleSeccompProfileStatus) Marshal added in v0.0.111

func (m *SingleSeccompProfileStatus) Marshal() (dAtA []byte, err error)

func (*SingleSeccompProfileStatus) MarshalTo added in v0.0.111

func (m *SingleSeccompProfileStatus) MarshalTo(dAtA []byte) (int, error)

func (*SingleSeccompProfileStatus) MarshalToSizedBuffer added in v0.0.111

func (m *SingleSeccompProfileStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SingleSeccompProfileStatus) ProtoMessage added in v0.0.111

func (*SingleSeccompProfileStatus) ProtoMessage()

func (*SingleSeccompProfileStatus) Reset added in v0.0.111

func (m *SingleSeccompProfileStatus) Reset()

func (*SingleSeccompProfileStatus) Size added in v0.0.111

func (m *SingleSeccompProfileStatus) Size() (n int)

func (*SingleSeccompProfileStatus) String added in v0.0.111

func (this *SingleSeccompProfileStatus) String() string

func (*SingleSeccompProfileStatus) Unmarshal added in v0.0.111

func (m *SingleSeccompProfileStatus) Unmarshal(dAtA []byte) error

func (*SingleSeccompProfileStatus) XXX_DiscardUnknown added in v0.0.111

func (m *SingleSeccompProfileStatus) XXX_DiscardUnknown()

func (*SingleSeccompProfileStatus) XXX_Marshal added in v0.0.111

func (m *SingleSeccompProfileStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SingleSeccompProfileStatus) XXX_Merge added in v0.0.111

func (m *SingleSeccompProfileStatus) XXX_Merge(src proto.Message)

func (*SingleSeccompProfileStatus) XXX_Size added in v0.0.111

func (m *SingleSeccompProfileStatus) XXX_Size() int

func (*SingleSeccompProfileStatus) XXX_Unmarshal added in v0.0.111

func (m *SingleSeccompProfileStatus) XXX_Unmarshal(b []byte) error

type Source

type Source struct {
	Type   string          `json:"type" protobuf:"bytes,1,req,name=type"`
	Target json.RawMessage `json:"target,omitempty" protobuf:"bytes,2,opt,name=target"`
}

func (*Source) DeepCopy

func (in *Source) DeepCopy() *Source

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Source.

func (*Source) DeepCopyInto

func (in *Source) DeepCopyInto(out *Source)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Source) Descriptor added in v0.0.111

func (*Source) Descriptor() ([]byte, []int)

func (*Source) Marshal added in v0.0.111

func (m *Source) Marshal() (dAtA []byte, err error)

func (*Source) MarshalTo added in v0.0.111

func (m *Source) MarshalTo(dAtA []byte) (int, error)

func (*Source) MarshalToSizedBuffer added in v0.0.111

func (m *Source) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Source) ProtoMessage added in v0.0.111

func (*Source) ProtoMessage()

func (*Source) Reset added in v0.0.111

func (m *Source) Reset()

func (*Source) Size added in v0.0.111

func (m *Source) Size() (n int)

func (*Source) String added in v0.0.111

func (this *Source) String() string

func (*Source) Unmarshal added in v0.0.111

func (m *Source) Unmarshal(dAtA []byte) error

func (*Source) XXX_DiscardUnknown added in v0.0.111

func (m *Source) XXX_DiscardUnknown()

func (*Source) XXX_Marshal added in v0.0.111

func (m *Source) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Source) XXX_Merge added in v0.0.111

func (m *Source) XXX_Merge(src proto.Message)

func (*Source) XXX_Size added in v0.0.111

func (m *Source) XXX_Size() int

func (*Source) XXX_Unmarshal added in v0.0.111

func (m *Source) XXX_Unmarshal(b []byte) error

type SpecBase added in v0.0.89

type SpecBase struct {
	Disabled bool `json:"disabled,omitempty" protobuf:"bytes,1,opt,name=disabled"`
}

func (*SpecBase) DeepCopy added in v0.0.89

func (in *SpecBase) DeepCopy() *SpecBase

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpecBase.

func (*SpecBase) DeepCopyInto added in v0.0.89

func (in *SpecBase) DeepCopyInto(out *SpecBase)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SpecBase) Descriptor added in v0.0.111

func (*SpecBase) Descriptor() ([]byte, []int)

func (*SpecBase) Marshal added in v0.0.111

func (m *SpecBase) Marshal() (dAtA []byte, err error)

func (*SpecBase) MarshalTo added in v0.0.111

func (m *SpecBase) MarshalTo(dAtA []byte) (int, error)

func (*SpecBase) MarshalToSizedBuffer added in v0.0.111

func (m *SpecBase) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpecBase) ProtoMessage added in v0.0.111

func (*SpecBase) ProtoMessage()

func (*SpecBase) Reset added in v0.0.111

func (m *SpecBase) Reset()

func (*SpecBase) Size added in v0.0.111

func (m *SpecBase) Size() (n int)

func (*SpecBase) String added in v0.0.111

func (this *SpecBase) String() string

func (*SpecBase) Unmarshal added in v0.0.111

func (m *SpecBase) Unmarshal(dAtA []byte) error

func (*SpecBase) XXX_DiscardUnknown added in v0.0.111

func (m *SpecBase) XXX_DiscardUnknown()

func (*SpecBase) XXX_Marshal added in v0.0.111

func (m *SpecBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpecBase) XXX_Merge added in v0.0.111

func (m *SpecBase) XXX_Merge(src proto.Message)

func (*SpecBase) XXX_Size added in v0.0.111

func (m *SpecBase) XXX_Size() int

func (*SpecBase) XXX_Unmarshal added in v0.0.111

func (m *SpecBase) XXX_Unmarshal(b []byte) error

type Statement added in v0.0.29

type Statement struct {
	// ID is an optional identifier for the statement. It takes an IRI and must
	// be unique for each statement in the document.
	ID string `json:"@id,omitempty" protobuf:"bytes,1,opt,name=id"`

	// [vul_id] SHOULD use existing and well known identifiers, for example:
	// CVE, the Global Security Database (GSD), or a supplier’s vulnerability
	// tracking system. It is expected that vulnerability identification systems
	// are external to and maintained separately from VEX.
	//
	// [vul_id] MAY be URIs or URLs.
	// [vul_id] MAY be arbitrary and MAY be created by the VEX statement [author].
	Vulnerability VexVulnerability `json:"vulnerability,omitempty" protobuf:"bytes,2,opt,name=vulnerability"`

	// Timestamp is the time at which the information expressed in the Statement
	// was known to be true.
	Timestamp string `json:"timestamp,omitempty" protobuf:"bytes,3,opt,name=timestamp"`

	// LastUpdated records the time when the statement last had a modification
	LastUpdated string `json:"last_updated,omitempty" protobuf:"bytes,4,opt,name=last_updated"`

	// Product
	// Product details MUST specify what Status applies to.
	// Product details MUST include [product_id] and MAY include [subcomponent_id].
	Products []Product `json:"products,omitempty" protobuf:"bytes,5,opt,name=products"`

	// A VEX statement MUST provide Status of the vulnerabilities with respect to the
	// products and components listed in the statement. Status MUST be one of the
	// Status const values, some of which have further options and requirements.
	Status Status `json:"status" protobuf:"bytes,6,req,name=status"`

	// [status_notes] MAY convey information about how [status] was determined
	// and MAY reference other VEX information.
	StatusNotes string `json:"status_notes,omitempty" protobuf:"bytes,7,opt,name=status_notes"`

	// For ”not_affected” status, a VEX statement MUST include a status Justification
	// that further explains the status.
	Justification Justification `json:"justification,omitempty" protobuf:"bytes,8,opt,name=justification"`

	// For ”not_affected” status, a VEX statement MAY include an ImpactStatement
	// that contains a description why the vulnerability cannot be exploited.
	ImpactStatement string `json:"impact_statement,omitempty" protobuf:"bytes,9,opt,name=impact_statement"`

	// For "affected" status, a VEX statement MUST include an ActionStatement that
	// SHOULD describe actions to remediate or mitigate [vul_id].
	ActionStatement          string `json:"action_statement,omitempty" protobuf:"bytes,10,opt,name=action_statement"`
	ActionStatementTimestamp string `json:"action_statement_timestamp,omitempty" protobuf:"bytes,11,opt,name=action_statement_timestamp"`
}

func (*Statement) DeepCopy added in v0.0.29

func (in *Statement) DeepCopy() *Statement

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Statement.

func (*Statement) DeepCopyInto added in v0.0.29

func (in *Statement) DeepCopyInto(out *Statement)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Statement) Descriptor added in v0.0.111

func (*Statement) Descriptor() ([]byte, []int)

func (*Statement) Marshal added in v0.0.111

func (m *Statement) Marshal() (dAtA []byte, err error)

func (*Statement) MarshalTo added in v0.0.111

func (m *Statement) MarshalTo(dAtA []byte) (int, error)

func (*Statement) MarshalToSizedBuffer added in v0.0.111

func (m *Statement) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Statement) ProtoMessage added in v0.0.111

func (*Statement) ProtoMessage()

func (*Statement) Reset added in v0.0.111

func (m *Statement) Reset()

func (*Statement) Size added in v0.0.111

func (m *Statement) Size() (n int)

func (*Statement) String added in v0.0.111

func (this *Statement) String() string

func (*Statement) Unmarshal added in v0.0.111

func (m *Statement) Unmarshal(dAtA []byte) error

func (*Statement) XXX_DiscardUnknown added in v0.0.111

func (m *Statement) XXX_DiscardUnknown()

func (*Statement) XXX_Marshal added in v0.0.111

func (m *Statement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Statement) XXX_Merge added in v0.0.111

func (m *Statement) XXX_Merge(src proto.Message)

func (*Statement) XXX_Size added in v0.0.111

func (m *Statement) XXX_Size() int

func (*Statement) XXX_Unmarshal added in v0.0.111

func (m *Statement) XXX_Unmarshal(b []byte) error

type Status added in v0.0.29

type Status string

type StatusBase added in v0.0.89

type StatusBase struct {
	ConditionedStatus `json:",inline" protobuf:"bytes,1,opt,name=conditionedStatus"`
	Status            ProfileState `json:"status,omitempty" protobuf:"bytes,2,opt,name=status"`
}

func (*StatusBase) DeepCopy added in v0.0.89

func (in *StatusBase) DeepCopy() *StatusBase

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatusBase.

func (*StatusBase) DeepCopyInto added in v0.0.89

func (in *StatusBase) DeepCopyInto(out *StatusBase)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*StatusBase) Descriptor added in v0.0.111

func (*StatusBase) Descriptor() ([]byte, []int)

func (*StatusBase) Marshal added in v0.0.111

func (m *StatusBase) Marshal() (dAtA []byte, err error)

func (*StatusBase) MarshalTo added in v0.0.111

func (m *StatusBase) MarshalTo(dAtA []byte) (int, error)

func (*StatusBase) MarshalToSizedBuffer added in v0.0.111

func (m *StatusBase) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusBase) ProtoMessage added in v0.0.111

func (*StatusBase) ProtoMessage()

func (*StatusBase) Reset added in v0.0.111

func (m *StatusBase) Reset()

func (*StatusBase) Size added in v0.0.111

func (m *StatusBase) Size() (n int)

func (*StatusBase) String added in v0.0.111

func (this *StatusBase) String() string

func (*StatusBase) Unmarshal added in v0.0.111

func (m *StatusBase) Unmarshal(dAtA []byte) error

func (*StatusBase) XXX_DiscardUnknown added in v0.0.111

func (m *StatusBase) XXX_DiscardUnknown()

func (*StatusBase) XXX_Marshal added in v0.0.111

func (m *StatusBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatusBase) XXX_Merge added in v0.0.111

func (m *StatusBase) XXX_Merge(src proto.Message)

func (*StatusBase) XXX_Size added in v0.0.111

func (m *StatusBase) XXX_Size() int

func (*StatusBase) XXX_Unmarshal added in v0.0.111

func (m *StatusBase) XXX_Unmarshal(b []byte) error

type Subcomponent added in v0.0.29

type Subcomponent struct {
	Component `protobuf:"bytes,1,opt,name=component"`
}

func (*Subcomponent) DeepCopy added in v0.0.29

func (in *Subcomponent) DeepCopy() *Subcomponent

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Subcomponent.

func (*Subcomponent) DeepCopyInto added in v0.0.29

func (in *Subcomponent) DeepCopyInto(out *Subcomponent)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Subcomponent) Descriptor added in v0.0.111

func (*Subcomponent) Descriptor() ([]byte, []int)

func (*Subcomponent) Marshal added in v0.0.111

func (m *Subcomponent) Marshal() (dAtA []byte, err error)

func (*Subcomponent) MarshalTo added in v0.0.111

func (m *Subcomponent) MarshalTo(dAtA []byte) (int, error)

func (*Subcomponent) MarshalToSizedBuffer added in v0.0.111

func (m *Subcomponent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Subcomponent) ProtoMessage added in v0.0.111

func (*Subcomponent) ProtoMessage()

func (*Subcomponent) Reset added in v0.0.111

func (m *Subcomponent) Reset()

func (*Subcomponent) Size added in v0.0.111

func (m *Subcomponent) Size() (n int)

func (*Subcomponent) String added in v0.0.111

func (this *Subcomponent) String() string

func (*Subcomponent) Unmarshal added in v0.0.111

func (m *Subcomponent) Unmarshal(dAtA []byte) error

func (*Subcomponent) XXX_DiscardUnknown added in v0.0.111

func (m *Subcomponent) XXX_DiscardUnknown()

func (*Subcomponent) XXX_Marshal added in v0.0.111

func (m *Subcomponent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Subcomponent) XXX_Merge added in v0.0.111

func (m *Subcomponent) XXX_Merge(src proto.Message)

func (*Subcomponent) XXX_Size added in v0.0.111

func (m *Subcomponent) XXX_Size() int

func (*Subcomponent) XXX_Unmarshal added in v0.0.111

func (m *Subcomponent) XXX_Unmarshal(b []byte) error

type SyftCoordinates

type SyftCoordinates struct {
	RealPath     string `json:"path" protobuf:"bytes,1,req,name=path"`
	FileSystemID string `json:"layerID,omitempty" protobuf:"bytes,2,opt,name=layerID"`
}

func (*SyftCoordinates) DeepCopy

func (in *SyftCoordinates) DeepCopy() *SyftCoordinates

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SyftCoordinates.

func (*SyftCoordinates) DeepCopyInto

func (in *SyftCoordinates) DeepCopyInto(out *SyftCoordinates)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SyftCoordinates) Descriptor added in v0.0.111

func (*SyftCoordinates) Descriptor() ([]byte, []int)

func (*SyftCoordinates) Marshal added in v0.0.111

func (m *SyftCoordinates) Marshal() (dAtA []byte, err error)

func (*SyftCoordinates) MarshalTo added in v0.0.111

func (m *SyftCoordinates) MarshalTo(dAtA []byte) (int, error)

func (*SyftCoordinates) MarshalToSizedBuffer added in v0.0.111

func (m *SyftCoordinates) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyftCoordinates) ProtoMessage added in v0.0.111

func (*SyftCoordinates) ProtoMessage()

func (*SyftCoordinates) Reset added in v0.0.111

func (m *SyftCoordinates) Reset()

func (*SyftCoordinates) Size added in v0.0.111

func (m *SyftCoordinates) Size() (n int)

func (*SyftCoordinates) String added in v0.0.111

func (this *SyftCoordinates) String() string

func (*SyftCoordinates) Unmarshal added in v0.0.111

func (m *SyftCoordinates) Unmarshal(dAtA []byte) error

func (*SyftCoordinates) XXX_DiscardUnknown added in v0.0.111

func (m *SyftCoordinates) XXX_DiscardUnknown()

func (*SyftCoordinates) XXX_Marshal added in v0.0.111

func (m *SyftCoordinates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyftCoordinates) XXX_Merge added in v0.0.111

func (m *SyftCoordinates) XXX_Merge(src proto.Message)

func (*SyftCoordinates) XXX_Size added in v0.0.111

func (m *SyftCoordinates) XXX_Size() int

func (*SyftCoordinates) XXX_Unmarshal added in v0.0.111

func (m *SyftCoordinates) XXX_Unmarshal(b []byte) error

type SyftDescriptor added in v0.0.42

type SyftDescriptor struct {
	Name          string          `json:"name" protobuf:"bytes,1,req,name=name"`
	Version       string          `json:"version" protobuf:"bytes,2,req,name=version"`
	Configuration json.RawMessage `json:"configuration,omitempty" protobuf:"bytes,3,opt,name=configuration"`
}

SyftDescriptor describes what created the document as well as surrounding metadata

func (*SyftDescriptor) DeepCopy added in v0.0.42

func (in *SyftDescriptor) DeepCopy() *SyftDescriptor

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SyftDescriptor.

func (*SyftDescriptor) DeepCopyInto added in v0.0.42

func (in *SyftDescriptor) DeepCopyInto(out *SyftDescriptor)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SyftDescriptor) Descriptor added in v0.0.111

func (*SyftDescriptor) Descriptor() ([]byte, []int)

func (*SyftDescriptor) Marshal added in v0.0.111

func (m *SyftDescriptor) Marshal() (dAtA []byte, err error)

func (*SyftDescriptor) MarshalTo added in v0.0.111

func (m *SyftDescriptor) MarshalTo(dAtA []byte) (int, error)

func (*SyftDescriptor) MarshalToSizedBuffer added in v0.0.111

func (m *SyftDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyftDescriptor) ProtoMessage added in v0.0.111

func (*SyftDescriptor) ProtoMessage()

func (*SyftDescriptor) Reset added in v0.0.111

func (m *SyftDescriptor) Reset()

func (*SyftDescriptor) Size added in v0.0.111

func (m *SyftDescriptor) Size() (n int)

func (*SyftDescriptor) String added in v0.0.111

func (this *SyftDescriptor) String() string

func (*SyftDescriptor) Unmarshal added in v0.0.111

func (m *SyftDescriptor) Unmarshal(dAtA []byte) error

func (*SyftDescriptor) XXX_DiscardUnknown added in v0.0.111

func (m *SyftDescriptor) XXX_DiscardUnknown()

func (*SyftDescriptor) XXX_Marshal added in v0.0.111

func (m *SyftDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyftDescriptor) XXX_Merge added in v0.0.111

func (m *SyftDescriptor) XXX_Merge(src proto.Message)

func (*SyftDescriptor) XXX_Size added in v0.0.111

func (m *SyftDescriptor) XXX_Size() int

func (*SyftDescriptor) XXX_Unmarshal added in v0.0.111

func (m *SyftDescriptor) XXX_Unmarshal(b []byte) error

type SyftDocument added in v0.0.42

type SyftDocument struct {
	Artifacts             []SyftPackage      `json:"artifacts" protobuf:"bytes,1,rep,name=artifacts"` // Artifacts is the list of packages discovered and placed into the catalog
	ArtifactRelationships []SyftRelationship `json:"artifactRelationships" protobuf:"bytes,2,rep,name=artifactRelationships"`
	Files                 []SyftFile         `json:"files,omitempty" protobuf:"bytes,3,rep,name=files"` // note: must have omitempty
	SyftSource            SyftSource         `json:"source" protobuf:"bytes,4,req,name=source"`         // SyftSource represents the original object that was cataloged
	Distro                LinuxRelease       `json:"distro" protobuf:"bytes,5,req,name=distro"`         // Distro represents the Linux distribution that was detected from the source
	SyftDescriptor        SyftDescriptor     `json:"descriptor" protobuf:"bytes,6,req,name=descriptor"` // SyftDescriptor is a block containing self-describing information about syft
	Schema                Schema             `json:"schema" protobuf:"bytes,7,req,name=schema"`         // Schema is a block reserved for defining the version for the shape of this JSON document and where to find the schema document to validate the shape
}

SyftDocument represents the syft cataloging findings as a JSON document

func (*SyftDocument) DeepCopy added in v0.0.42

func (in *SyftDocument) DeepCopy() *SyftDocument

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SyftDocument.

func (*SyftDocument) DeepCopyInto added in v0.0.42

func (in *SyftDocument) DeepCopyInto(out *SyftDocument)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SyftDocument) Descriptor added in v0.0.111

func (*SyftDocument) Descriptor() ([]byte, []int)

func (*SyftDocument) Marshal added in v0.0.111

func (m *SyftDocument) Marshal() (dAtA []byte, err error)

func (*SyftDocument) MarshalTo added in v0.0.111

func (m *SyftDocument) MarshalTo(dAtA []byte) (int, error)

func (*SyftDocument) MarshalToSizedBuffer added in v0.0.111

func (m *SyftDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyftDocument) ProtoMessage added in v0.0.111

func (*SyftDocument) ProtoMessage()

func (*SyftDocument) Reset added in v0.0.111

func (m *SyftDocument) Reset()

func (*SyftDocument) Size added in v0.0.111

func (m *SyftDocument) Size() (n int)

func (*SyftDocument) String added in v0.0.111

func (this *SyftDocument) String() string

func (*SyftDocument) Unmarshal added in v0.0.111

func (m *SyftDocument) Unmarshal(dAtA []byte) error

func (*SyftDocument) XXX_DiscardUnknown added in v0.0.111

func (m *SyftDocument) XXX_DiscardUnknown()

func (*SyftDocument) XXX_Marshal added in v0.0.111

func (m *SyftDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyftDocument) XXX_Merge added in v0.0.111

func (m *SyftDocument) XXX_Merge(src proto.Message)

func (*SyftDocument) XXX_Size added in v0.0.111

func (m *SyftDocument) XXX_Size() int

func (*SyftDocument) XXX_Unmarshal added in v0.0.111

func (m *SyftDocument) XXX_Unmarshal(b []byte) error

type SyftFile added in v0.0.42

type SyftFile struct {
	ID         string             `json:"id" protobuf:"bytes,1,req,name=id"`
	Location   Coordinates        `json:"location" protobuf:"bytes,2,req,name=location"`
	Metadata   *FileMetadataEntry `json:"metadata,omitempty" protobuf:"bytes,3,opt,name=metadata"`
	Contents   string             `json:"contents,omitempty" protobuf:"bytes,4,opt,name=contents"`
	Digests    []Digest           `json:"digests,omitempty" protobuf:"bytes,5,rep,name=digests"`
	Licenses   []FileLicense      `json:"licenses,omitempty" protobuf:"bytes,6,rep,name=licenses"`
	Executable *Executable        `json:"executable,omitempty" protobuf:"bytes,7,opt,name=executable"`
}

func (*SyftFile) DeepCopy added in v0.0.42

func (in *SyftFile) DeepCopy() *SyftFile

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SyftFile.

func (*SyftFile) DeepCopyInto added in v0.0.42

func (in *SyftFile) DeepCopyInto(out *SyftFile)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SyftFile) Descriptor added in v0.0.111

func (*SyftFile) Descriptor() ([]byte, []int)

func (*SyftFile) Marshal added in v0.0.111

func (m *SyftFile) Marshal() (dAtA []byte, err error)

func (*SyftFile) MarshalTo added in v0.0.111

func (m *SyftFile) MarshalTo(dAtA []byte) (int, error)

func (*SyftFile) MarshalToSizedBuffer added in v0.0.111

func (m *SyftFile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyftFile) ProtoMessage added in v0.0.111

func (*SyftFile) ProtoMessage()

func (*SyftFile) Reset added in v0.0.111

func (m *SyftFile) Reset()

func (*SyftFile) Size added in v0.0.111

func (m *SyftFile) Size() (n int)

func (*SyftFile) String added in v0.0.111

func (this *SyftFile) String() string

func (*SyftFile) Unmarshal added in v0.0.111

func (m *SyftFile) Unmarshal(dAtA []byte) error

func (*SyftFile) XXX_DiscardUnknown added in v0.0.111

func (m *SyftFile) XXX_DiscardUnknown()

func (*SyftFile) XXX_Marshal added in v0.0.111

func (m *SyftFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyftFile) XXX_Merge added in v0.0.111

func (m *SyftFile) XXX_Merge(src proto.Message)

func (*SyftFile) XXX_Size added in v0.0.111

func (m *SyftFile) XXX_Size() int

func (*SyftFile) XXX_Unmarshal added in v0.0.111

func (m *SyftFile) XXX_Unmarshal(b []byte) error

type SyftLanguage

type SyftLanguage string

type SyftPackage added in v0.0.42

type SyftPackage struct {
	PackageBasicData  `protobuf:"bytes,1,opt,name=packageBasicData"`
	PackageCustomData `protobuf:"bytes,2,opt,name=packageCustomData"`
}

SyftPackage represents a pkg.SyftPackage object specialized for JSON marshaling and unmarshalling.

func (*SyftPackage) DeepCopy added in v0.0.42

func (in *SyftPackage) DeepCopy() *SyftPackage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SyftPackage.

func (*SyftPackage) DeepCopyInto added in v0.0.42

func (in *SyftPackage) DeepCopyInto(out *SyftPackage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SyftPackage) Descriptor added in v0.0.111

func (*SyftPackage) Descriptor() ([]byte, []int)

func (*SyftPackage) Marshal added in v0.0.111

func (m *SyftPackage) Marshal() (dAtA []byte, err error)

func (*SyftPackage) MarshalTo added in v0.0.111

func (m *SyftPackage) MarshalTo(dAtA []byte) (int, error)

func (*SyftPackage) MarshalToSizedBuffer added in v0.0.111

func (m *SyftPackage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyftPackage) ProtoMessage added in v0.0.111

func (*SyftPackage) ProtoMessage()

func (*SyftPackage) Reset added in v0.0.111

func (m *SyftPackage) Reset()

func (*SyftPackage) Size added in v0.0.111

func (m *SyftPackage) Size() (n int)

func (*SyftPackage) String added in v0.0.111

func (this *SyftPackage) String() string

func (*SyftPackage) Unmarshal added in v0.0.111

func (m *SyftPackage) Unmarshal(dAtA []byte) error

func (*SyftPackage) UnmarshalJSON added in v0.0.42

func (p *SyftPackage) UnmarshalJSON(b []byte) error

UnmarshalJSON is a custom unmarshaller for handling basic values and values with ambiguous types.

func (*SyftPackage) XXX_DiscardUnknown added in v0.0.111

func (m *SyftPackage) XXX_DiscardUnknown()

func (*SyftPackage) XXX_Marshal added in v0.0.111

func (m *SyftPackage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyftPackage) XXX_Merge added in v0.0.111

func (m *SyftPackage) XXX_Merge(src proto.Message)

func (*SyftPackage) XXX_Size added in v0.0.111

func (m *SyftPackage) XXX_Size() int

func (*SyftPackage) XXX_Unmarshal added in v0.0.111

func (m *SyftPackage) XXX_Unmarshal(b []byte) error

type SyftRelationship added in v0.0.42

type SyftRelationship struct {
	Parent   string          `json:"parent" protobuf:"bytes,1,req,name=parent"`
	Child    string          `json:"child" protobuf:"bytes,2,req,name=child"`
	Type     string          `json:"type" protobuf:"bytes,3,req,name=type"`
	Metadata json.RawMessage `json:"metadata,omitempty" protobuf:"bytes,4,opt,name=metadata"`
}

func (*SyftRelationship) DeepCopy added in v0.0.42

func (in *SyftRelationship) DeepCopy() *SyftRelationship

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SyftRelationship.

func (*SyftRelationship) DeepCopyInto added in v0.0.42

func (in *SyftRelationship) DeepCopyInto(out *SyftRelationship)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SyftRelationship) Descriptor added in v0.0.111

func (*SyftRelationship) Descriptor() ([]byte, []int)

func (*SyftRelationship) Marshal added in v0.0.111

func (m *SyftRelationship) Marshal() (dAtA []byte, err error)

func (*SyftRelationship) MarshalTo added in v0.0.111

func (m *SyftRelationship) MarshalTo(dAtA []byte) (int, error)

func (*SyftRelationship) MarshalToSizedBuffer added in v0.0.111

func (m *SyftRelationship) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyftRelationship) ProtoMessage added in v0.0.111

func (*SyftRelationship) ProtoMessage()

func (*SyftRelationship) Reset added in v0.0.111

func (m *SyftRelationship) Reset()

func (*SyftRelationship) Size added in v0.0.111

func (m *SyftRelationship) Size() (n int)

func (*SyftRelationship) String added in v0.0.111

func (this *SyftRelationship) String() string

func (*SyftRelationship) Unmarshal added in v0.0.111

func (m *SyftRelationship) Unmarshal(dAtA []byte) error

func (*SyftRelationship) XXX_DiscardUnknown added in v0.0.111

func (m *SyftRelationship) XXX_DiscardUnknown()

func (*SyftRelationship) XXX_Marshal added in v0.0.111

func (m *SyftRelationship) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyftRelationship) XXX_Merge added in v0.0.111

func (m *SyftRelationship) XXX_Merge(src proto.Message)

func (*SyftRelationship) XXX_Size added in v0.0.111

func (m *SyftRelationship) XXX_Size() int

func (*SyftRelationship) XXX_Unmarshal added in v0.0.111

func (m *SyftRelationship) XXX_Unmarshal(b []byte) error

type SyftSource added in v0.0.42

type SyftSource struct {
	ID       string          `json:"id" protobuf:"bytes,1,req,name=id"`
	Name     string          `json:"name" protobuf:"bytes,2,req,name=name"`
	Version  string          `json:"version" protobuf:"bytes,3,req,name=version"`
	Type     string          `json:"type" protobuf:"bytes,4,req,name=type"`
	Metadata json.RawMessage `json:"metadata" protobuf:"bytes,5,req,name=metadata"`
}

SyftSource object represents the thing that was cataloged

func (*SyftSource) DeepCopy added in v0.0.42

func (in *SyftSource) DeepCopy() *SyftSource

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SyftSource.

func (*SyftSource) DeepCopyInto added in v0.0.42

func (in *SyftSource) DeepCopyInto(out *SyftSource)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SyftSource) Descriptor added in v0.0.111

func (*SyftSource) Descriptor() ([]byte, []int)

func (*SyftSource) Marshal added in v0.0.111

func (m *SyftSource) Marshal() (dAtA []byte, err error)

func (*SyftSource) MarshalTo added in v0.0.111

func (m *SyftSource) MarshalTo(dAtA []byte) (int, error)

func (*SyftSource) MarshalToSizedBuffer added in v0.0.111

func (m *SyftSource) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SyftSource) ProtoMessage added in v0.0.111

func (*SyftSource) ProtoMessage()

func (*SyftSource) Reset added in v0.0.111

func (m *SyftSource) Reset()

func (*SyftSource) Size added in v0.0.111

func (m *SyftSource) Size() (n int)

func (*SyftSource) String added in v0.0.111

func (this *SyftSource) String() string

func (*SyftSource) Unmarshal added in v0.0.111

func (m *SyftSource) Unmarshal(dAtA []byte) error

func (*SyftSource) UnmarshalJSON added in v0.0.42

func (s *SyftSource) UnmarshalJSON(b []byte) error

UnmarshalJSON populates a source object from JSON bytes.

func (*SyftSource) XXX_DiscardUnknown added in v0.0.111

func (m *SyftSource) XXX_DiscardUnknown()

func (*SyftSource) XXX_Marshal added in v0.0.111

func (m *SyftSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyftSource) XXX_Merge added in v0.0.111

func (m *SyftSource) XXX_Merge(src proto.Message)

func (*SyftSource) XXX_Size added in v0.0.111

func (m *SyftSource) XXX_Size() int

func (*SyftSource) XXX_Unmarshal added in v0.0.111

func (m *SyftSource) XXX_Unmarshal(b []byte) error

type SyftType

type SyftType string

type Syscall added in v0.0.89

type Syscall struct {
	// the names of the syscalls
	Names []string `json:"names" protobuf:"bytes,1,rep,name=names"`
	// the action for seccomp rules
	Action seccomp.Action `json:"action" protobuf:"bytes,2,opt,name=action"`
	// the errno return code to use. Some actions like SCMP_ACT_ERRNO and
	// SCMP_ACT_TRACE allow to specify the errno code to return
	ErrnoRet uint64 `json:"errnoRet,omitempty" protobuf:"bytes,3,opt,name=errnoRet"`
	// the specific syscall in seccomp
	Args []*Arg `json:"args,omitempty" protobuf:"bytes,4,rep,name=args"`
}

Syscall defines a syscall in seccomp.

func (*Syscall) DeepCopy added in v0.0.89

func (in *Syscall) DeepCopy() *Syscall

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Syscall.

func (*Syscall) DeepCopyInto added in v0.0.89

func (in *Syscall) DeepCopyInto(out *Syscall)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Syscall) Descriptor added in v0.0.111

func (*Syscall) Descriptor() ([]byte, []int)

func (*Syscall) Marshal added in v0.0.111

func (m *Syscall) Marshal() (dAtA []byte, err error)

func (*Syscall) MarshalTo added in v0.0.111

func (m *Syscall) MarshalTo(dAtA []byte) (int, error)

func (*Syscall) MarshalToSizedBuffer added in v0.0.111

func (m *Syscall) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Syscall) ProtoMessage added in v0.0.111

func (*Syscall) ProtoMessage()

func (*Syscall) Reset added in v0.0.111

func (m *Syscall) Reset()

func (*Syscall) Size added in v0.0.111

func (m *Syscall) Size() (n int)

func (*Syscall) String added in v0.0.111

func (this *Syscall) String() string

func (*Syscall) Unmarshal added in v0.0.111

func (m *Syscall) Unmarshal(dAtA []byte) error

func (*Syscall) XXX_DiscardUnknown added in v0.0.111

func (m *Syscall) XXX_DiscardUnknown()

func (*Syscall) XXX_Marshal added in v0.0.111

func (m *Syscall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Syscall) XXX_Merge added in v0.0.111

func (m *Syscall) XXX_Merge(src proto.Message)

func (*Syscall) XXX_Size added in v0.0.111

func (m *Syscall) XXX_Size() int

func (*Syscall) XXX_Unmarshal added in v0.0.111

func (m *Syscall) XXX_Unmarshal(b []byte) error

type ToolMeta

type ToolMeta struct {
	Name    string `json:"name" protobuf:"bytes,1,req,name=name"`
	Version string `json:"version" protobuf:"bytes,2,req,name=version"`
}

ToolMeta describes metadata about a tool that generated an artifact

func (*ToolMeta) DeepCopy

func (in *ToolMeta) DeepCopy() *ToolMeta

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ToolMeta.

func (*ToolMeta) DeepCopyInto

func (in *ToolMeta) DeepCopyInto(out *ToolMeta)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ToolMeta) Descriptor added in v0.0.111

func (*ToolMeta) Descriptor() ([]byte, []int)

func (*ToolMeta) Marshal added in v0.0.111

func (m *ToolMeta) Marshal() (dAtA []byte, err error)

func (*ToolMeta) MarshalTo added in v0.0.111

func (m *ToolMeta) MarshalTo(dAtA []byte) (int, error)

func (*ToolMeta) MarshalToSizedBuffer added in v0.0.111

func (m *ToolMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ToolMeta) ProtoMessage added in v0.0.111

func (*ToolMeta) ProtoMessage()

func (*ToolMeta) Reset added in v0.0.111

func (m *ToolMeta) Reset()

func (*ToolMeta) Size added in v0.0.111

func (m *ToolMeta) Size() (n int)

func (*ToolMeta) String added in v0.0.111

func (this *ToolMeta) String() string

func (*ToolMeta) Unmarshal added in v0.0.111

func (m *ToolMeta) Unmarshal(dAtA []byte) error

func (*ToolMeta) XXX_DiscardUnknown added in v0.0.111

func (m *ToolMeta) XXX_DiscardUnknown()

func (*ToolMeta) XXX_Marshal added in v0.0.111

func (m *ToolMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ToolMeta) XXX_Merge added in v0.0.111

func (m *ToolMeta) XXX_Merge(src proto.Message)

func (*ToolMeta) XXX_Size added in v0.0.111

func (m *ToolMeta) XXX_Size() int

func (*ToolMeta) XXX_Unmarshal added in v0.0.111

func (m *ToolMeta) XXX_Unmarshal(b []byte) error

type Type added in v0.0.33

type Type int64

Type represents the stored type of IntOrString.

type UpstreamPackage

type UpstreamPackage struct {
	Name    string `json:"name" protobuf:"bytes,1,req,name=name"`
	Version string `json:"version,omitempty" protobuf:"bytes,2,opt,name=version"`
}

func (*UpstreamPackage) DeepCopy

func (in *UpstreamPackage) DeepCopy() *UpstreamPackage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpstreamPackage.

func (*UpstreamPackage) DeepCopyInto

func (in *UpstreamPackage) DeepCopyInto(out *UpstreamPackage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*UpstreamPackage) Descriptor added in v0.0.111

func (*UpstreamPackage) Descriptor() ([]byte, []int)

func (*UpstreamPackage) Marshal added in v0.0.111

func (m *UpstreamPackage) Marshal() (dAtA []byte, err error)

func (*UpstreamPackage) MarshalTo added in v0.0.111

func (m *UpstreamPackage) MarshalTo(dAtA []byte) (int, error)

func (*UpstreamPackage) MarshalToSizedBuffer added in v0.0.111

func (m *UpstreamPackage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpstreamPackage) ProtoMessage added in v0.0.111

func (*UpstreamPackage) ProtoMessage()

func (*UpstreamPackage) Reset added in v0.0.111

func (m *UpstreamPackage) Reset()

func (*UpstreamPackage) Size added in v0.0.111

func (m *UpstreamPackage) Size() (n int)

func (*UpstreamPackage) String added in v0.0.111

func (this *UpstreamPackage) String() string

func (*UpstreamPackage) Unmarshal added in v0.0.111

func (m *UpstreamPackage) Unmarshal(dAtA []byte) error

func (*UpstreamPackage) XXX_DiscardUnknown added in v0.0.111

func (m *UpstreamPackage) XXX_DiscardUnknown()

func (*UpstreamPackage) XXX_Marshal added in v0.0.111

func (m *UpstreamPackage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpstreamPackage) XXX_Merge added in v0.0.111

func (m *UpstreamPackage) XXX_Merge(src proto.Message)

func (*UpstreamPackage) XXX_Size added in v0.0.111

func (m *UpstreamPackage) XXX_Size() int

func (*UpstreamPackage) XXX_Unmarshal added in v0.0.111

func (m *UpstreamPackage) XXX_Unmarshal(b []byte) error

type VEX added in v0.0.29

type VEX struct {
	Metadata   `protobuf:"bytes,1,opt,name=metadata"`
	Statements []Statement `json:"statements" protobuf:"bytes,2,rep,name=statements"`
}

func (*VEX) DeepCopy added in v0.0.29

func (in *VEX) DeepCopy() *VEX

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VEX.

func (*VEX) DeepCopyInto added in v0.0.29

func (in *VEX) DeepCopyInto(out *VEX)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VEX) Descriptor added in v0.0.111

func (*VEX) Descriptor() ([]byte, []int)

func (*VEX) Marshal added in v0.0.111

func (m *VEX) Marshal() (dAtA []byte, err error)

func (*VEX) MarshalTo added in v0.0.111

func (m *VEX) MarshalTo(dAtA []byte) (int, error)

func (*VEX) MarshalToSizedBuffer added in v0.0.111

func (m *VEX) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VEX) ProtoMessage added in v0.0.111

func (*VEX) ProtoMessage()

func (*VEX) Reset added in v0.0.111

func (m *VEX) Reset()

func (*VEX) Size added in v0.0.111

func (m *VEX) Size() (n int)

func (*VEX) String added in v0.0.111

func (this *VEX) String() string

func (*VEX) Unmarshal added in v0.0.111

func (m *VEX) Unmarshal(dAtA []byte) error

func (*VEX) XXX_DiscardUnknown added in v0.0.111

func (m *VEX) XXX_DiscardUnknown()

func (*VEX) XXX_Marshal added in v0.0.111

func (m *VEX) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VEX) XXX_Merge added in v0.0.111

func (m *VEX) XXX_Merge(src proto.Message)

func (*VEX) XXX_Size added in v0.0.111

func (m *VEX) XXX_Size() int

func (*VEX) XXX_Unmarshal added in v0.0.111

func (m *VEX) XXX_Unmarshal(b []byte) error

type VexVulnerability added in v0.0.29

type VexVulnerability struct {
	//  ID is an IRI to reference the vulnerability in the statement.
	ID string `json:"@id,omitempty" protobuf:"bytes,1,opt,name=id"`

	// Name is the main vulnerability identifier.
	Name string `json:"name,omitempty" protobuf:"bytes,2,opt,name=name"`

	// Description is a short free form text description of the vulnerability.
	Description string `json:"description,omitempty" protobuf:"bytes,3,opt,name=description"`

	// Aliases is a list of other vulnerability identifier strings that
	// locate the vulnerability in other tracking systems.
	Aliases []string `json:"aliases,omitempty" protobuf:"bytes,4,opt,name=aliases"`
}

func (*VexVulnerability) DeepCopy added in v0.0.29

func (in *VexVulnerability) DeepCopy() *VexVulnerability

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VexVulnerability.

func (*VexVulnerability) DeepCopyInto added in v0.0.29

func (in *VexVulnerability) DeepCopyInto(out *VexVulnerability)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VexVulnerability) Descriptor added in v0.0.111

func (*VexVulnerability) Descriptor() ([]byte, []int)

func (*VexVulnerability) Marshal added in v0.0.111

func (m *VexVulnerability) Marshal() (dAtA []byte, err error)

func (*VexVulnerability) MarshalTo added in v0.0.111

func (m *VexVulnerability) MarshalTo(dAtA []byte) (int, error)

func (*VexVulnerability) MarshalToSizedBuffer added in v0.0.111

func (m *VexVulnerability) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VexVulnerability) ProtoMessage added in v0.0.111

func (*VexVulnerability) ProtoMessage()

func (*VexVulnerability) Reset added in v0.0.111

func (m *VexVulnerability) Reset()

func (*VexVulnerability) Size added in v0.0.111

func (m *VexVulnerability) Size() (n int)

func (*VexVulnerability) String added in v0.0.111

func (this *VexVulnerability) String() string

func (*VexVulnerability) Unmarshal added in v0.0.111

func (m *VexVulnerability) Unmarshal(dAtA []byte) error

func (*VexVulnerability) XXX_DiscardUnknown added in v0.0.111

func (m *VexVulnerability) XXX_DiscardUnknown()

func (*VexVulnerability) XXX_Marshal added in v0.0.111

func (m *VexVulnerability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VexVulnerability) XXX_Merge added in v0.0.111

func (m *VexVulnerability) XXX_Merge(src proto.Message)

func (*VexVulnerability) XXX_Size added in v0.0.111

func (m *VexVulnerability) XXX_Size() int

func (*VexVulnerability) XXX_Unmarshal added in v0.0.111

func (m *VexVulnerability) XXX_Unmarshal(b []byte) error

type VulnerabilitiesComponents added in v0.0.16

type VulnerabilitiesComponents struct {
	ImageVulnerabilitiesObj    VulnerabilitiesObjScope `json:"all" protobuf:"bytes,1,req,name=all"`
	WorkloadVulnerabilitiesObj VulnerabilitiesObjScope `json:"relevant,omitempty" protobuf:"bytes,2,opt,name=relevant"`
}

func (*VulnerabilitiesComponents) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitiesComponents.

func (*VulnerabilitiesComponents) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilitiesComponents) Descriptor added in v0.0.111

func (*VulnerabilitiesComponents) Descriptor() ([]byte, []int)

func (*VulnerabilitiesComponents) Marshal added in v0.0.111

func (m *VulnerabilitiesComponents) Marshal() (dAtA []byte, err error)

func (*VulnerabilitiesComponents) MarshalTo added in v0.0.111

func (m *VulnerabilitiesComponents) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilitiesComponents) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilitiesComponents) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilitiesComponents) ProtoMessage added in v0.0.111

func (*VulnerabilitiesComponents) ProtoMessage()

func (*VulnerabilitiesComponents) Reset added in v0.0.111

func (m *VulnerabilitiesComponents) Reset()

func (*VulnerabilitiesComponents) Size added in v0.0.111

func (m *VulnerabilitiesComponents) Size() (n int)

func (*VulnerabilitiesComponents) String added in v0.0.111

func (this *VulnerabilitiesComponents) String() string

func (*VulnerabilitiesComponents) Unmarshal added in v0.0.111

func (m *VulnerabilitiesComponents) Unmarshal(dAtA []byte) error

func (*VulnerabilitiesComponents) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilitiesComponents) XXX_DiscardUnknown()

func (*VulnerabilitiesComponents) XXX_Marshal added in v0.0.111

func (m *VulnerabilitiesComponents) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilitiesComponents) XXX_Merge added in v0.0.111

func (m *VulnerabilitiesComponents) XXX_Merge(src proto.Message)

func (*VulnerabilitiesComponents) XXX_Size added in v0.0.111

func (m *VulnerabilitiesComponents) XXX_Size() int

func (*VulnerabilitiesComponents) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilitiesComponents) XXX_Unmarshal(b []byte) error

type VulnerabilitiesObjScope added in v0.0.16

type VulnerabilitiesObjScope struct {
	Namespace string `json:"namespace" protobuf:"bytes,1,req,name=namespace"`
	Name      string `json:"name" protobuf:"bytes,2,req,name=name"`
	Kind      string `json:"kind" protobuf:"bytes,3,req,name=kind"`
}

func (*VulnerabilitiesObjScope) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitiesObjScope.

func (*VulnerabilitiesObjScope) DeepCopyInto added in v0.0.16

func (in *VulnerabilitiesObjScope) DeepCopyInto(out *VulnerabilitiesObjScope)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilitiesObjScope) Descriptor added in v0.0.111

func (*VulnerabilitiesObjScope) Descriptor() ([]byte, []int)

func (*VulnerabilitiesObjScope) Marshal added in v0.0.111

func (m *VulnerabilitiesObjScope) Marshal() (dAtA []byte, err error)

func (*VulnerabilitiesObjScope) MarshalTo added in v0.0.111

func (m *VulnerabilitiesObjScope) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilitiesObjScope) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilitiesObjScope) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilitiesObjScope) ProtoMessage added in v0.0.111

func (*VulnerabilitiesObjScope) ProtoMessage()

func (*VulnerabilitiesObjScope) Reset added in v0.0.111

func (m *VulnerabilitiesObjScope) Reset()

func (*VulnerabilitiesObjScope) Size added in v0.0.111

func (m *VulnerabilitiesObjScope) Size() (n int)

func (*VulnerabilitiesObjScope) String added in v0.0.111

func (this *VulnerabilitiesObjScope) String() string

func (*VulnerabilitiesObjScope) Unmarshal added in v0.0.111

func (m *VulnerabilitiesObjScope) Unmarshal(dAtA []byte) error

func (*VulnerabilitiesObjScope) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilitiesObjScope) XXX_DiscardUnknown()

func (*VulnerabilitiesObjScope) XXX_Marshal added in v0.0.111

func (m *VulnerabilitiesObjScope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilitiesObjScope) XXX_Merge added in v0.0.111

func (m *VulnerabilitiesObjScope) XXX_Merge(src proto.Message)

func (*VulnerabilitiesObjScope) XXX_Size added in v0.0.111

func (m *VulnerabilitiesObjScope) XXX_Size() int

func (*VulnerabilitiesObjScope) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilitiesObjScope) XXX_Unmarshal(b []byte) error

type Vulnerability

type Vulnerability struct {
	VulnerabilityMetadata `protobuf:"bytes,8,opt,name=vulnerabilityMetadata"`
	Fix                   Fix        `json:"fix" protobuf:"bytes,9,req,name=fix"`
	Advisories            []Advisory `json:"advisories" protobuf:"bytes,10,rep,name=advisories"`
}

func (*Vulnerability) DeepCopy

func (in *Vulnerability) DeepCopy() *Vulnerability

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Vulnerability.

func (*Vulnerability) DeepCopyInto

func (in *Vulnerability) DeepCopyInto(out *Vulnerability)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Vulnerability) Descriptor added in v0.0.111

func (*Vulnerability) Descriptor() ([]byte, []int)

func (*Vulnerability) Marshal added in v0.0.111

func (m *Vulnerability) Marshal() (dAtA []byte, err error)

func (*Vulnerability) MarshalTo added in v0.0.111

func (m *Vulnerability) MarshalTo(dAtA []byte) (int, error)

func (*Vulnerability) MarshalToSizedBuffer added in v0.0.111

func (m *Vulnerability) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vulnerability) ProtoMessage added in v0.0.111

func (*Vulnerability) ProtoMessage()

func (*Vulnerability) Reset added in v0.0.111

func (m *Vulnerability) Reset()

func (*Vulnerability) Size added in v0.0.111

func (m *Vulnerability) Size() (n int)

func (*Vulnerability) String added in v0.0.111

func (this *Vulnerability) String() string

func (*Vulnerability) Unmarshal added in v0.0.111

func (m *Vulnerability) Unmarshal(dAtA []byte) error

func (*Vulnerability) XXX_DiscardUnknown added in v0.0.111

func (m *Vulnerability) XXX_DiscardUnknown()

func (*Vulnerability) XXX_Marshal added in v0.0.111

func (m *Vulnerability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vulnerability) XXX_Merge added in v0.0.111

func (m *Vulnerability) XXX_Merge(src proto.Message)

func (*Vulnerability) XXX_Size added in v0.0.111

func (m *Vulnerability) XXX_Size() int

func (*Vulnerability) XXX_Unmarshal added in v0.0.111

func (m *Vulnerability) XXX_Unmarshal(b []byte) error

type VulnerabilityCounters added in v0.0.7

type VulnerabilityCounters struct {
	All      int64 `json:"all" protobuf:"bytes,1,req,name=all"`
	Relevant int64 `json:"relevant,omitempty" protobuf:"bytes,2,opt,name=relevant"`
}

VulnerabilityCounters describes a counter of vulnerabilities.

Intended to store relevant and total vulnerabilities in the future.

func (*VulnerabilityCounters) DeepCopy added in v0.0.7

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityCounters.

func (*VulnerabilityCounters) DeepCopyInto added in v0.0.7

func (in *VulnerabilityCounters) DeepCopyInto(out *VulnerabilityCounters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityCounters) Descriptor added in v0.0.111

func (*VulnerabilityCounters) Descriptor() ([]byte, []int)

func (*VulnerabilityCounters) Marshal added in v0.0.111

func (m *VulnerabilityCounters) Marshal() (dAtA []byte, err error)

func (*VulnerabilityCounters) MarshalTo added in v0.0.111

func (m *VulnerabilityCounters) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityCounters) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityCounters) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityCounters) ProtoMessage added in v0.0.111

func (*VulnerabilityCounters) ProtoMessage()

func (*VulnerabilityCounters) Reset added in v0.0.111

func (m *VulnerabilityCounters) Reset()

func (*VulnerabilityCounters) Size added in v0.0.111

func (m *VulnerabilityCounters) Size() (n int)

func (*VulnerabilityCounters) String added in v0.0.111

func (this *VulnerabilityCounters) String() string

func (*VulnerabilityCounters) Unmarshal added in v0.0.111

func (m *VulnerabilityCounters) Unmarshal(dAtA []byte) error

func (*VulnerabilityCounters) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityCounters) XXX_DiscardUnknown()

func (*VulnerabilityCounters) XXX_Marshal added in v0.0.111

func (m *VulnerabilityCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityCounters) XXX_Merge added in v0.0.111

func (m *VulnerabilityCounters) XXX_Merge(src proto.Message)

func (*VulnerabilityCounters) XXX_Size added in v0.0.111

func (m *VulnerabilityCounters) XXX_Size() int

func (*VulnerabilityCounters) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityCounters) XXX_Unmarshal(b []byte) error

type VulnerabilityManifest

type VulnerabilityManifest struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   VulnerabilityManifestSpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status VulnerabilityManifestStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

VulnerabilityManifest is a custom resource that describes a manifest of found vulnerabilities.

func (*VulnerabilityManifest) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifest.

func (*VulnerabilityManifest) DeepCopyInto

func (in *VulnerabilityManifest) DeepCopyInto(out *VulnerabilityManifest)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifest) DeepCopyObject

func (in *VulnerabilityManifest) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VulnerabilityManifest) Descriptor added in v0.0.111

func (*VulnerabilityManifest) Descriptor() ([]byte, []int)

func (*VulnerabilityManifest) Marshal added in v0.0.111

func (m *VulnerabilityManifest) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifest) MarshalTo added in v0.0.111

func (m *VulnerabilityManifest) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifest) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifest) ProtoMessage added in v0.0.111

func (*VulnerabilityManifest) ProtoMessage()

func (*VulnerabilityManifest) Reset added in v0.0.111

func (m *VulnerabilityManifest) Reset()

func (*VulnerabilityManifest) Size added in v0.0.111

func (m *VulnerabilityManifest) Size() (n int)

func (*VulnerabilityManifest) String added in v0.0.111

func (this *VulnerabilityManifest) String() string

func (*VulnerabilityManifest) Unmarshal added in v0.0.111

func (m *VulnerabilityManifest) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifest) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifest) XXX_DiscardUnknown()

func (*VulnerabilityManifest) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifest) XXX_Merge added in v0.0.111

func (m *VulnerabilityManifest) XXX_Merge(src proto.Message)

func (*VulnerabilityManifest) XXX_Size added in v0.0.111

func (m *VulnerabilityManifest) XXX_Size() int

func (*VulnerabilityManifest) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifest) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestList

type VulnerabilityManifestList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []VulnerabilityManifest `json:"items" protobuf:"bytes,2,rep,name=items"`
}

VulnerabilityManifestList is a list of Vulnerability manifests.

func (*VulnerabilityManifestList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestList.

func (*VulnerabilityManifestList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestList) DeepCopyObject

func (in *VulnerabilityManifestList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VulnerabilityManifestList) Descriptor added in v0.0.111

func (*VulnerabilityManifestList) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestList) Marshal added in v0.0.111

func (m *VulnerabilityManifestList) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestList) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestList) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestList) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestList) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestList) ProtoMessage()

func (*VulnerabilityManifestList) Reset added in v0.0.111

func (m *VulnerabilityManifestList) Reset()

func (*VulnerabilityManifestList) Size added in v0.0.111

func (m *VulnerabilityManifestList) Size() (n int)

func (*VulnerabilityManifestList) String added in v0.0.111

func (this *VulnerabilityManifestList) String() string

func (*VulnerabilityManifestList) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestList) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestList) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestList) XXX_DiscardUnknown()

func (*VulnerabilityManifestList) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestList) XXX_Merge added in v0.0.111

func (m *VulnerabilityManifestList) XXX_Merge(src proto.Message)

func (*VulnerabilityManifestList) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestList) XXX_Size() int

func (*VulnerabilityManifestList) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestList) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestMeta

type VulnerabilityManifestMeta struct {
	WithRelevancy bool                            `json:"withRelevancy" protobuf:"bytes,1,req,name=withRelevancy"`
	Tool          VulnerabilityManifestToolMeta   `json:"tool" protobuf:"bytes,2,req,name=tool"`
	Report        VulnerabilityManifestReportMeta `json:"report" protobuf:"bytes,3,req,name=report"`
}

VulnerabilityManifestMeta holds metadata about a vulnerability manifest

func (*VulnerabilityManifestMeta) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestMeta.

func (*VulnerabilityManifestMeta) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestMeta) Descriptor added in v0.0.111

func (*VulnerabilityManifestMeta) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestMeta) Marshal added in v0.0.111

func (m *VulnerabilityManifestMeta) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestMeta) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestMeta) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestMeta) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestMeta) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestMeta) ProtoMessage()

func (*VulnerabilityManifestMeta) Reset added in v0.0.111

func (m *VulnerabilityManifestMeta) Reset()

func (*VulnerabilityManifestMeta) Size added in v0.0.111

func (m *VulnerabilityManifestMeta) Size() (n int)

func (*VulnerabilityManifestMeta) String added in v0.0.111

func (this *VulnerabilityManifestMeta) String() string

func (*VulnerabilityManifestMeta) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestMeta) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestMeta) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestMeta) XXX_DiscardUnknown()

func (*VulnerabilityManifestMeta) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestMeta) XXX_Merge added in v0.0.111

func (m *VulnerabilityManifestMeta) XXX_Merge(src proto.Message)

func (*VulnerabilityManifestMeta) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestMeta) XXX_Size() int

func (*VulnerabilityManifestMeta) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestMeta) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestReportMeta

type VulnerabilityManifestReportMeta struct {
	CreatedAt metav1.Time `json:"createdAt" protobuf:"bytes,1,req,name=createdAt"`
}

VulnerabilityManifestReportMeta holds metadata about the specific report tied to a vulnerability manifest

func (*VulnerabilityManifestReportMeta) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestReportMeta.

func (*VulnerabilityManifestReportMeta) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestReportMeta) Descriptor added in v0.0.111

func (*VulnerabilityManifestReportMeta) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestReportMeta) Marshal added in v0.0.111

func (m *VulnerabilityManifestReportMeta) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestReportMeta) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestReportMeta) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestReportMeta) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestReportMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestReportMeta) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestReportMeta) ProtoMessage()

func (*VulnerabilityManifestReportMeta) Reset added in v0.0.111

func (*VulnerabilityManifestReportMeta) Size added in v0.0.111

func (m *VulnerabilityManifestReportMeta) Size() (n int)

func (*VulnerabilityManifestReportMeta) String added in v0.0.111

func (this *VulnerabilityManifestReportMeta) String() string

func (*VulnerabilityManifestReportMeta) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestReportMeta) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestReportMeta) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestReportMeta) XXX_DiscardUnknown()

func (*VulnerabilityManifestReportMeta) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestReportMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestReportMeta) XXX_Merge added in v0.0.111

func (m *VulnerabilityManifestReportMeta) XXX_Merge(src proto.Message)

func (*VulnerabilityManifestReportMeta) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestReportMeta) XXX_Size() int

func (*VulnerabilityManifestReportMeta) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestReportMeta) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestSpec

type VulnerabilityManifestSpec struct {
	Metadata VulnerabilityManifestMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Payload  GrypeDocument             `json:"payload,omitempty" protobuf:"bytes,2,opt,name=payload"`
}

func (*VulnerabilityManifestSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSpec.

func (*VulnerabilityManifestSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestSpec) Descriptor added in v0.0.111

func (*VulnerabilityManifestSpec) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestSpec) Marshal added in v0.0.111

func (m *VulnerabilityManifestSpec) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestSpec) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestSpec) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestSpec) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestSpec) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestSpec) ProtoMessage()

func (*VulnerabilityManifestSpec) Reset added in v0.0.111

func (m *VulnerabilityManifestSpec) Reset()

func (*VulnerabilityManifestSpec) Size added in v0.0.111

func (m *VulnerabilityManifestSpec) Size() (n int)

func (*VulnerabilityManifestSpec) String added in v0.0.111

func (this *VulnerabilityManifestSpec) String() string

func (*VulnerabilityManifestSpec) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestSpec) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestSpec) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestSpec) XXX_DiscardUnknown()

func (*VulnerabilityManifestSpec) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestSpec) XXX_Merge added in v0.0.111

func (m *VulnerabilityManifestSpec) XXX_Merge(src proto.Message)

func (*VulnerabilityManifestSpec) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestSpec) XXX_Size() int

func (*VulnerabilityManifestSpec) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestSpec) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestStatus

type VulnerabilityManifestStatus struct {
}

func (*VulnerabilityManifestStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestStatus.

func (*VulnerabilityManifestStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestStatus) Descriptor added in v0.0.111

func (*VulnerabilityManifestStatus) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestStatus) Marshal added in v0.0.111

func (m *VulnerabilityManifestStatus) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestStatus) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestStatus) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestStatus) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestStatus) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestStatus) ProtoMessage()

func (*VulnerabilityManifestStatus) Reset added in v0.0.111

func (m *VulnerabilityManifestStatus) Reset()

func (*VulnerabilityManifestStatus) Size added in v0.0.111

func (m *VulnerabilityManifestStatus) Size() (n int)

func (*VulnerabilityManifestStatus) String added in v0.0.111

func (this *VulnerabilityManifestStatus) String() string

func (*VulnerabilityManifestStatus) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestStatus) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestStatus) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestStatus) XXX_DiscardUnknown()

func (*VulnerabilityManifestStatus) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestStatus) XXX_Merge added in v0.0.111

func (m *VulnerabilityManifestStatus) XXX_Merge(src proto.Message)

func (*VulnerabilityManifestStatus) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestStatus) XXX_Size() int

func (*VulnerabilityManifestStatus) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestStatus) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestSummary added in v0.0.7

type VulnerabilityManifestSummary struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   VulnerabilityManifestSummarySpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status VulnerabilityManifestStatus      `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

VulnerabilityManifestSummary is a summary of a VulnerabilityManifest.

func (*VulnerabilityManifestSummary) DeepCopy added in v0.0.7

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSummary.

func (*VulnerabilityManifestSummary) DeepCopyInto added in v0.0.7

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestSummary) DeepCopyObject added in v0.0.7

func (in *VulnerabilityManifestSummary) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VulnerabilityManifestSummary) Descriptor added in v0.0.111

func (*VulnerabilityManifestSummary) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestSummary) Marshal added in v0.0.111

func (m *VulnerabilityManifestSummary) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestSummary) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestSummary) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestSummary) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestSummary) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestSummary) ProtoMessage()

func (*VulnerabilityManifestSummary) Reset added in v0.0.111

func (m *VulnerabilityManifestSummary) Reset()

func (*VulnerabilityManifestSummary) Size added in v0.0.111

func (m *VulnerabilityManifestSummary) Size() (n int)

func (*VulnerabilityManifestSummary) String added in v0.0.111

func (this *VulnerabilityManifestSummary) String() string

func (*VulnerabilityManifestSummary) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestSummary) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestSummary) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestSummary) XXX_DiscardUnknown()

func (*VulnerabilityManifestSummary) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestSummary) XXX_Merge added in v0.0.111

func (m *VulnerabilityManifestSummary) XXX_Merge(src proto.Message)

func (*VulnerabilityManifestSummary) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestSummary) XXX_Size() int

func (*VulnerabilityManifestSummary) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestSummary) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestSummaryList added in v0.0.7

type VulnerabilityManifestSummaryList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []VulnerabilityManifestSummary `json:"items" protobuf:"bytes,2,rep,name=items"`
}

VulnerabilityManifestSummaryList is a list of VulnerabilityManifest summaries.

func (*VulnerabilityManifestSummaryList) DeepCopy added in v0.0.7

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSummaryList.

func (*VulnerabilityManifestSummaryList) DeepCopyInto added in v0.0.7

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestSummaryList) DeepCopyObject added in v0.0.7

func (in *VulnerabilityManifestSummaryList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VulnerabilityManifestSummaryList) Descriptor added in v0.0.111

func (*VulnerabilityManifestSummaryList) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestSummaryList) Marshal added in v0.0.111

func (m *VulnerabilityManifestSummaryList) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestSummaryList) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestSummaryList) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestSummaryList) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestSummaryList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestSummaryList) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestSummaryList) ProtoMessage()

func (*VulnerabilityManifestSummaryList) Reset added in v0.0.111

func (*VulnerabilityManifestSummaryList) Size added in v0.0.111

func (m *VulnerabilityManifestSummaryList) Size() (n int)

func (*VulnerabilityManifestSummaryList) String added in v0.0.111

func (*VulnerabilityManifestSummaryList) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestSummaryList) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestSummaryList) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestSummaryList) XXX_DiscardUnknown()

func (*VulnerabilityManifestSummaryList) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestSummaryList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestSummaryList) XXX_Merge added in v0.0.111

func (*VulnerabilityManifestSummaryList) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestSummaryList) XXX_Size() int

func (*VulnerabilityManifestSummaryList) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestSummaryList) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestSummarySpec added in v0.0.7

type VulnerabilityManifestSummarySpec struct {
	Severities      SeveritySummary           `json:"severities" protobuf:"bytes,1,req,name=severities"`
	Vulnerabilities VulnerabilitiesComponents `json:"vulnerabilitiesRef" protobuf:"bytes,2,req,name=vulnerabilitiesRef"`
}

func (*VulnerabilityManifestSummarySpec) DeepCopy added in v0.0.7

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSummarySpec.

func (*VulnerabilityManifestSummarySpec) DeepCopyInto added in v0.0.7

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestSummarySpec) Descriptor added in v0.0.111

func (*VulnerabilityManifestSummarySpec) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestSummarySpec) Marshal added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestSummarySpec) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestSummarySpec) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestSummarySpec) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestSummarySpec) ProtoMessage()

func (*VulnerabilityManifestSummarySpec) Reset added in v0.0.111

func (*VulnerabilityManifestSummarySpec) Size added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) Size() (n int)

func (*VulnerabilityManifestSummarySpec) String added in v0.0.111

func (*VulnerabilityManifestSummarySpec) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestSummarySpec) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) XXX_DiscardUnknown()

func (*VulnerabilityManifestSummarySpec) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestSummarySpec) XXX_Merge added in v0.0.111

func (*VulnerabilityManifestSummarySpec) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) XXX_Size() int

func (*VulnerabilityManifestSummarySpec) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestSummarySpec) XXX_Unmarshal(b []byte) error

type VulnerabilityManifestToolMeta

type VulnerabilityManifestToolMeta struct {
	Name            string `json:"name" protobuf:"bytes,1,req,name=name"`
	Version         string `json:"version" protobuf:"bytes,2,req,name=version"`
	DatabaseVersion string `json:"databaseVersion" protobuf:"bytes,3,req,name=databaseVersion"`
}

VulnerabilityManifestToolMeta describes data about the tool used to generate the vulnerability manifest’s report

func (*VulnerabilityManifestToolMeta) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestToolMeta.

func (*VulnerabilityManifestToolMeta) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityManifestToolMeta) Descriptor added in v0.0.111

func (*VulnerabilityManifestToolMeta) Descriptor() ([]byte, []int)

func (*VulnerabilityManifestToolMeta) Marshal added in v0.0.111

func (m *VulnerabilityManifestToolMeta) Marshal() (dAtA []byte, err error)

func (*VulnerabilityManifestToolMeta) MarshalTo added in v0.0.111

func (m *VulnerabilityManifestToolMeta) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityManifestToolMeta) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityManifestToolMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityManifestToolMeta) ProtoMessage added in v0.0.111

func (*VulnerabilityManifestToolMeta) ProtoMessage()

func (*VulnerabilityManifestToolMeta) Reset added in v0.0.111

func (m *VulnerabilityManifestToolMeta) Reset()

func (*VulnerabilityManifestToolMeta) Size added in v0.0.111

func (m *VulnerabilityManifestToolMeta) Size() (n int)

func (*VulnerabilityManifestToolMeta) String added in v0.0.111

func (this *VulnerabilityManifestToolMeta) String() string

func (*VulnerabilityManifestToolMeta) Unmarshal added in v0.0.111

func (m *VulnerabilityManifestToolMeta) Unmarshal(dAtA []byte) error

func (*VulnerabilityManifestToolMeta) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityManifestToolMeta) XXX_DiscardUnknown()

func (*VulnerabilityManifestToolMeta) XXX_Marshal added in v0.0.111

func (m *VulnerabilityManifestToolMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityManifestToolMeta) XXX_Merge added in v0.0.111

func (m *VulnerabilityManifestToolMeta) XXX_Merge(src proto.Message)

func (*VulnerabilityManifestToolMeta) XXX_Size added in v0.0.111

func (m *VulnerabilityManifestToolMeta) XXX_Size() int

func (*VulnerabilityManifestToolMeta) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityManifestToolMeta) XXX_Unmarshal(b []byte) error

type VulnerabilityMetadata

type VulnerabilityMetadata struct {
	ID          string   `json:"id" protobuf:"bytes,1,req,name=id"`
	DataSource  string   `json:"dataSource" protobuf:"bytes,2,req,name=dataSource"`
	Namespace   string   `json:"namespace,omitempty" protobuf:"bytes,3,opt,name=namespace"`
	Severity    string   `json:"severity,omitempty" protobuf:"bytes,4,opt,name=severity"`
	URLs        []string `json:"urls" protobuf:"bytes,5,rep,name=urls"`
	Description string   `json:"description,omitempty" protobuf:"bytes,6,opt,name=description"`
	Cvss        []Cvss   `json:"cvss" protobuf:"bytes,7,rep,name=cvss"`
}

func (*VulnerabilityMetadata) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityMetadata.

func (*VulnerabilityMetadata) DeepCopyInto

func (in *VulnerabilityMetadata) DeepCopyInto(out *VulnerabilityMetadata)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilityMetadata) Descriptor added in v0.0.111

func (*VulnerabilityMetadata) Descriptor() ([]byte, []int)

func (*VulnerabilityMetadata) Marshal added in v0.0.111

func (m *VulnerabilityMetadata) Marshal() (dAtA []byte, err error)

func (*VulnerabilityMetadata) MarshalTo added in v0.0.111

func (m *VulnerabilityMetadata) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilityMetadata) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilityMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilityMetadata) ProtoMessage added in v0.0.111

func (*VulnerabilityMetadata) ProtoMessage()

func (*VulnerabilityMetadata) Reset added in v0.0.111

func (m *VulnerabilityMetadata) Reset()

func (*VulnerabilityMetadata) Size added in v0.0.111

func (m *VulnerabilityMetadata) Size() (n int)

func (*VulnerabilityMetadata) String added in v0.0.111

func (this *VulnerabilityMetadata) String() string

func (*VulnerabilityMetadata) Unmarshal added in v0.0.111

func (m *VulnerabilityMetadata) Unmarshal(dAtA []byte) error

func (*VulnerabilityMetadata) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilityMetadata) XXX_DiscardUnknown()

func (*VulnerabilityMetadata) XXX_Marshal added in v0.0.111

func (m *VulnerabilityMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilityMetadata) XXX_Merge added in v0.0.111

func (m *VulnerabilityMetadata) XXX_Merge(src proto.Message)

func (*VulnerabilityMetadata) XXX_Size added in v0.0.111

func (m *VulnerabilityMetadata) XXX_Size() int

func (*VulnerabilityMetadata) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilityMetadata) XXX_Unmarshal(b []byte) error

type VulnerabilitySummary added in v0.0.20

type VulnerabilitySummary struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec   VulnerabilitySummarySpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status VulnerabilitySummaryStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

VulnerabilitySummary is a summary of a vulnerabilities for a given scope.

func (*VulnerabilitySummary) DeepCopy added in v0.0.20

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummary.

func (*VulnerabilitySummary) DeepCopyInto added in v0.0.20

func (in *VulnerabilitySummary) DeepCopyInto(out *VulnerabilitySummary)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilitySummary) DeepCopyObject added in v0.0.20

func (in *VulnerabilitySummary) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VulnerabilitySummary) Descriptor added in v0.0.111

func (*VulnerabilitySummary) Descriptor() ([]byte, []int)

func (*VulnerabilitySummary) Marshal added in v0.0.111

func (m *VulnerabilitySummary) Marshal() (dAtA []byte, err error)

func (*VulnerabilitySummary) MarshalTo added in v0.0.111

func (m *VulnerabilitySummary) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilitySummary) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilitySummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilitySummary) ProtoMessage added in v0.0.111

func (*VulnerabilitySummary) ProtoMessage()

func (*VulnerabilitySummary) Reset added in v0.0.111

func (m *VulnerabilitySummary) Reset()

func (*VulnerabilitySummary) Size added in v0.0.111

func (m *VulnerabilitySummary) Size() (n int)

func (*VulnerabilitySummary) String added in v0.0.111

func (this *VulnerabilitySummary) String() string

func (*VulnerabilitySummary) Unmarshal added in v0.0.111

func (m *VulnerabilitySummary) Unmarshal(dAtA []byte) error

func (*VulnerabilitySummary) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilitySummary) XXX_DiscardUnknown()

func (*VulnerabilitySummary) XXX_Marshal added in v0.0.111

func (m *VulnerabilitySummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilitySummary) XXX_Merge added in v0.0.111

func (m *VulnerabilitySummary) XXX_Merge(src proto.Message)

func (*VulnerabilitySummary) XXX_Size added in v0.0.111

func (m *VulnerabilitySummary) XXX_Size() int

func (*VulnerabilitySummary) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilitySummary) XXX_Unmarshal(b []byte) error

type VulnerabilitySummaryList added in v0.0.20

type VulnerabilitySummaryList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []VulnerabilitySummary `json:"items" protobuf:"bytes,2,rep,name=items"`
}

VulnerabilitySummaryList is a list of VulnerabilitySummaries.

func (*VulnerabilitySummaryList) DeepCopy added in v0.0.20

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummaryList.

func (*VulnerabilitySummaryList) DeepCopyInto added in v0.0.20

func (in *VulnerabilitySummaryList) DeepCopyInto(out *VulnerabilitySummaryList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilitySummaryList) DeepCopyObject added in v0.0.20

func (in *VulnerabilitySummaryList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VulnerabilitySummaryList) Descriptor added in v0.0.111

func (*VulnerabilitySummaryList) Descriptor() ([]byte, []int)

func (*VulnerabilitySummaryList) Marshal added in v0.0.111

func (m *VulnerabilitySummaryList) Marshal() (dAtA []byte, err error)

func (*VulnerabilitySummaryList) MarshalTo added in v0.0.111

func (m *VulnerabilitySummaryList) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilitySummaryList) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilitySummaryList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilitySummaryList) ProtoMessage added in v0.0.111

func (*VulnerabilitySummaryList) ProtoMessage()

func (*VulnerabilitySummaryList) Reset added in v0.0.111

func (m *VulnerabilitySummaryList) Reset()

func (*VulnerabilitySummaryList) Size added in v0.0.111

func (m *VulnerabilitySummaryList) Size() (n int)

func (*VulnerabilitySummaryList) String added in v0.0.111

func (this *VulnerabilitySummaryList) String() string

func (*VulnerabilitySummaryList) Unmarshal added in v0.0.111

func (m *VulnerabilitySummaryList) Unmarshal(dAtA []byte) error

func (*VulnerabilitySummaryList) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilitySummaryList) XXX_DiscardUnknown()

func (*VulnerabilitySummaryList) XXX_Marshal added in v0.0.111

func (m *VulnerabilitySummaryList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilitySummaryList) XXX_Merge added in v0.0.111

func (m *VulnerabilitySummaryList) XXX_Merge(src proto.Message)

func (*VulnerabilitySummaryList) XXX_Size added in v0.0.111

func (m *VulnerabilitySummaryList) XXX_Size() int

func (*VulnerabilitySummaryList) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilitySummaryList) XXX_Unmarshal(b []byte) error

type VulnerabilitySummarySpec added in v0.0.20

type VulnerabilitySummarySpec struct {
	Severities                 SeveritySummary           `json:"severities" protobuf:"bytes,1,req,name=severities"`
	WorkloadVulnerabilitiesObj []VulnerabilitiesObjScope `json:"vulnerabilitiesRef" protobuf:"bytes,2,rep,name=vulnerabilitiesRef"`
}

func (*VulnerabilitySummarySpec) DeepCopy added in v0.0.20

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummarySpec.

func (*VulnerabilitySummarySpec) DeepCopyInto added in v0.0.20

func (in *VulnerabilitySummarySpec) DeepCopyInto(out *VulnerabilitySummarySpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilitySummarySpec) Descriptor added in v0.0.111

func (*VulnerabilitySummarySpec) Descriptor() ([]byte, []int)

func (*VulnerabilitySummarySpec) Marshal added in v0.0.111

func (m *VulnerabilitySummarySpec) Marshal() (dAtA []byte, err error)

func (*VulnerabilitySummarySpec) MarshalTo added in v0.0.111

func (m *VulnerabilitySummarySpec) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilitySummarySpec) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilitySummarySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilitySummarySpec) ProtoMessage added in v0.0.111

func (*VulnerabilitySummarySpec) ProtoMessage()

func (*VulnerabilitySummarySpec) Reset added in v0.0.111

func (m *VulnerabilitySummarySpec) Reset()

func (*VulnerabilitySummarySpec) Size added in v0.0.111

func (m *VulnerabilitySummarySpec) Size() (n int)

func (*VulnerabilitySummarySpec) String added in v0.0.111

func (this *VulnerabilitySummarySpec) String() string

func (*VulnerabilitySummarySpec) Unmarshal added in v0.0.111

func (m *VulnerabilitySummarySpec) Unmarshal(dAtA []byte) error

func (*VulnerabilitySummarySpec) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilitySummarySpec) XXX_DiscardUnknown()

func (*VulnerabilitySummarySpec) XXX_Marshal added in v0.0.111

func (m *VulnerabilitySummarySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilitySummarySpec) XXX_Merge added in v0.0.111

func (m *VulnerabilitySummarySpec) XXX_Merge(src proto.Message)

func (*VulnerabilitySummarySpec) XXX_Size added in v0.0.111

func (m *VulnerabilitySummarySpec) XXX_Size() int

func (*VulnerabilitySummarySpec) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilitySummarySpec) XXX_Unmarshal(b []byte) error

type VulnerabilitySummaryStatus added in v0.0.20

type VulnerabilitySummaryStatus struct {
}

func (*VulnerabilitySummaryStatus) DeepCopy added in v0.0.20

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummaryStatus.

func (*VulnerabilitySummaryStatus) DeepCopyInto added in v0.0.20

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VulnerabilitySummaryStatus) Descriptor added in v0.0.111

func (*VulnerabilitySummaryStatus) Descriptor() ([]byte, []int)

func (*VulnerabilitySummaryStatus) Marshal added in v0.0.111

func (m *VulnerabilitySummaryStatus) Marshal() (dAtA []byte, err error)

func (*VulnerabilitySummaryStatus) MarshalTo added in v0.0.111

func (m *VulnerabilitySummaryStatus) MarshalTo(dAtA []byte) (int, error)

func (*VulnerabilitySummaryStatus) MarshalToSizedBuffer added in v0.0.111

func (m *VulnerabilitySummaryStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VulnerabilitySummaryStatus) ProtoMessage added in v0.0.111

func (*VulnerabilitySummaryStatus) ProtoMessage()

func (*VulnerabilitySummaryStatus) Reset added in v0.0.111

func (m *VulnerabilitySummaryStatus) Reset()

func (*VulnerabilitySummaryStatus) Size added in v0.0.111

func (m *VulnerabilitySummaryStatus) Size() (n int)

func (*VulnerabilitySummaryStatus) String added in v0.0.111

func (this *VulnerabilitySummaryStatus) String() string

func (*VulnerabilitySummaryStatus) Unmarshal added in v0.0.111

func (m *VulnerabilitySummaryStatus) Unmarshal(dAtA []byte) error

func (*VulnerabilitySummaryStatus) XXX_DiscardUnknown added in v0.0.111

func (m *VulnerabilitySummaryStatus) XXX_DiscardUnknown()

func (*VulnerabilitySummaryStatus) XXX_Marshal added in v0.0.111

func (m *VulnerabilitySummaryStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VulnerabilitySummaryStatus) XXX_Merge added in v0.0.111

func (m *VulnerabilitySummaryStatus) XXX_Merge(src proto.Message)

func (*VulnerabilitySummaryStatus) XXX_Size added in v0.0.111

func (m *VulnerabilitySummaryStatus) XXX_Size() int

func (*VulnerabilitySummaryStatus) XXX_Unmarshal added in v0.0.111

func (m *VulnerabilitySummaryStatus) XXX_Unmarshal(b []byte) error

type WorkloadConfigurationScan added in v0.0.16

type WorkloadConfigurationScan struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec WorkloadConfigurationScanSpec `json:"spec" protobuf:"bytes,2,req,name=spec"`
}

WorkloadConfigurationScan is a custom resource that describes a configuration scan result of a workload.

func (*WorkloadConfigurationScan) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScan.

func (*WorkloadConfigurationScan) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadConfigurationScan) DeepCopyObject added in v0.0.16

func (in *WorkloadConfigurationScan) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*WorkloadConfigurationScan) Descriptor added in v0.0.111

func (*WorkloadConfigurationScan) Descriptor() ([]byte, []int)

func (*WorkloadConfigurationScan) Marshal added in v0.0.111

func (m *WorkloadConfigurationScan) Marshal() (dAtA []byte, err error)

func (*WorkloadConfigurationScan) MarshalTo added in v0.0.111

func (m *WorkloadConfigurationScan) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadConfigurationScan) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadConfigurationScan) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadConfigurationScan) ProtoMessage added in v0.0.111

func (*WorkloadConfigurationScan) ProtoMessage()

func (*WorkloadConfigurationScan) Reset added in v0.0.111

func (m *WorkloadConfigurationScan) Reset()

func (*WorkloadConfigurationScan) Size added in v0.0.111

func (m *WorkloadConfigurationScan) Size() (n int)

func (*WorkloadConfigurationScan) String added in v0.0.111

func (this *WorkloadConfigurationScan) String() string

func (*WorkloadConfigurationScan) Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScan) Unmarshal(dAtA []byte) error

func (*WorkloadConfigurationScan) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadConfigurationScan) XXX_DiscardUnknown()

func (*WorkloadConfigurationScan) XXX_Marshal added in v0.0.111

func (m *WorkloadConfigurationScan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadConfigurationScan) XXX_Merge added in v0.0.111

func (m *WorkloadConfigurationScan) XXX_Merge(src proto.Message)

func (*WorkloadConfigurationScan) XXX_Size added in v0.0.111

func (m *WorkloadConfigurationScan) XXX_Size() int

func (*WorkloadConfigurationScan) XXX_Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScan) XXX_Unmarshal(b []byte) error

type WorkloadConfigurationScanList added in v0.0.16

type WorkloadConfigurationScanList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []WorkloadConfigurationScan `json:"items" protobuf:"bytes,2,rep,name=items"`
}

WorkloadConfigurationScanList is a list of workload configuration scan results.

func (*WorkloadConfigurationScanList) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanList.

func (*WorkloadConfigurationScanList) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadConfigurationScanList) DeepCopyObject added in v0.0.16

func (in *WorkloadConfigurationScanList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*WorkloadConfigurationScanList) Descriptor added in v0.0.111

func (*WorkloadConfigurationScanList) Descriptor() ([]byte, []int)

func (*WorkloadConfigurationScanList) Marshal added in v0.0.111

func (m *WorkloadConfigurationScanList) Marshal() (dAtA []byte, err error)

func (*WorkloadConfigurationScanList) MarshalTo added in v0.0.111

func (m *WorkloadConfigurationScanList) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanList) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadConfigurationScanList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanList) ProtoMessage added in v0.0.111

func (*WorkloadConfigurationScanList) ProtoMessage()

func (*WorkloadConfigurationScanList) Reset added in v0.0.111

func (m *WorkloadConfigurationScanList) Reset()

func (*WorkloadConfigurationScanList) Size added in v0.0.111

func (m *WorkloadConfigurationScanList) Size() (n int)

func (*WorkloadConfigurationScanList) String added in v0.0.111

func (this *WorkloadConfigurationScanList) String() string

func (*WorkloadConfigurationScanList) Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanList) Unmarshal(dAtA []byte) error

func (*WorkloadConfigurationScanList) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadConfigurationScanList) XXX_DiscardUnknown()

func (*WorkloadConfigurationScanList) XXX_Marshal added in v0.0.111

func (m *WorkloadConfigurationScanList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadConfigurationScanList) XXX_Merge added in v0.0.111

func (m *WorkloadConfigurationScanList) XXX_Merge(src proto.Message)

func (*WorkloadConfigurationScanList) XXX_Size added in v0.0.111

func (m *WorkloadConfigurationScanList) XXX_Size() int

func (*WorkloadConfigurationScanList) XXX_Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanList) XXX_Unmarshal(b []byte) error

type WorkloadConfigurationScanSeveritiesSummary added in v0.0.16

type WorkloadConfigurationScanSeveritiesSummary struct {
	Critical int64 `json:"critical" protobuf:"bytes,1,req,name=critical"`
	High     int64 `json:"high" protobuf:"bytes,2,req,name=high"`
	Medium   int64 `json:"medium" protobuf:"bytes,3,req,name=medium"`
	Low      int64 `json:"low" protobuf:"bytes,4,req,name=low"`
	Unknown  int64 `json:"unknown" protobuf:"bytes,5,req,name=unknown"`
}

func (*WorkloadConfigurationScanSeveritiesSummary) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSeveritiesSummary.

func (*WorkloadConfigurationScanSeveritiesSummary) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadConfigurationScanSeveritiesSummary) Descriptor added in v0.0.111

func (*WorkloadConfigurationScanSeveritiesSummary) Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSeveritiesSummary) Marshal() (dAtA []byte, err error)

func (*WorkloadConfigurationScanSeveritiesSummary) MarshalTo added in v0.0.111

func (m *WorkloadConfigurationScanSeveritiesSummary) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSeveritiesSummary) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadConfigurationScanSeveritiesSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSeveritiesSummary) ProtoMessage added in v0.0.111

func (*WorkloadConfigurationScanSeveritiesSummary) Reset added in v0.0.111

func (*WorkloadConfigurationScanSeveritiesSummary) Size added in v0.0.111

func (*WorkloadConfigurationScanSeveritiesSummary) String added in v0.0.111

func (*WorkloadConfigurationScanSeveritiesSummary) Unmarshal added in v0.0.111

func (*WorkloadConfigurationScanSeveritiesSummary) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadConfigurationScanSeveritiesSummary) XXX_DiscardUnknown()

func (*WorkloadConfigurationScanSeveritiesSummary) XXX_Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSeveritiesSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadConfigurationScanSeveritiesSummary) XXX_Merge added in v0.0.111

func (*WorkloadConfigurationScanSeveritiesSummary) XXX_Size added in v0.0.111

func (*WorkloadConfigurationScanSeveritiesSummary) XXX_Unmarshal added in v0.0.111

type WorkloadConfigurationScanSpec added in v0.0.16

type WorkloadConfigurationScanSpec struct {
	Controls       map[string]ScannedControl   `json:"controls" protobuf:"bytes,2,rep,name=controls"`
	RelatedObjects []WorkloadScanRelatedObject `json:"relatedObjects" protobuf:"bytes,3,rep,name=relatedObjects"`
}

func (*WorkloadConfigurationScanSpec) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSpec.

func (*WorkloadConfigurationScanSpec) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadConfigurationScanSpec) Descriptor added in v0.0.111

func (*WorkloadConfigurationScanSpec) Descriptor() ([]byte, []int)

func (*WorkloadConfigurationScanSpec) Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSpec) Marshal() (dAtA []byte, err error)

func (*WorkloadConfigurationScanSpec) MarshalTo added in v0.0.111

func (m *WorkloadConfigurationScanSpec) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSpec) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadConfigurationScanSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSpec) ProtoMessage added in v0.0.111

func (*WorkloadConfigurationScanSpec) ProtoMessage()

func (*WorkloadConfigurationScanSpec) Reset added in v0.0.111

func (m *WorkloadConfigurationScanSpec) Reset()

func (*WorkloadConfigurationScanSpec) Size added in v0.0.111

func (m *WorkloadConfigurationScanSpec) Size() (n int)

func (*WorkloadConfigurationScanSpec) String added in v0.0.111

func (this *WorkloadConfigurationScanSpec) String() string

func (*WorkloadConfigurationScanSpec) Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanSpec) Unmarshal(dAtA []byte) error

func (*WorkloadConfigurationScanSpec) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadConfigurationScanSpec) XXX_DiscardUnknown()

func (*WorkloadConfigurationScanSpec) XXX_Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadConfigurationScanSpec) XXX_Merge added in v0.0.111

func (m *WorkloadConfigurationScanSpec) XXX_Merge(src proto.Message)

func (*WorkloadConfigurationScanSpec) XXX_Size added in v0.0.111

func (m *WorkloadConfigurationScanSpec) XXX_Size() int

func (*WorkloadConfigurationScanSpec) XXX_Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanSpec) XXX_Unmarshal(b []byte) error

type WorkloadConfigurationScanSummary added in v0.0.16

type WorkloadConfigurationScanSummary struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec WorkloadConfigurationScanSummarySpec `json:"spec" protobuf:"bytes,2,req,name=spec"`
}

WorkloadConfigurationScanSummary is a summary of a WorkloadConfigurationScan

func (*WorkloadConfigurationScanSummary) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummary.

func (*WorkloadConfigurationScanSummary) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadConfigurationScanSummary) DeepCopyObject added in v0.0.16

func (in *WorkloadConfigurationScanSummary) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*WorkloadConfigurationScanSummary) Descriptor added in v0.0.111

func (*WorkloadConfigurationScanSummary) Descriptor() ([]byte, []int)

func (*WorkloadConfigurationScanSummary) Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSummary) Marshal() (dAtA []byte, err error)

func (*WorkloadConfigurationScanSummary) MarshalTo added in v0.0.111

func (m *WorkloadConfigurationScanSummary) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSummary) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadConfigurationScanSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSummary) ProtoMessage added in v0.0.111

func (*WorkloadConfigurationScanSummary) ProtoMessage()

func (*WorkloadConfigurationScanSummary) Reset added in v0.0.111

func (*WorkloadConfigurationScanSummary) Size added in v0.0.111

func (m *WorkloadConfigurationScanSummary) Size() (n int)

func (*WorkloadConfigurationScanSummary) String added in v0.0.111

func (*WorkloadConfigurationScanSummary) Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanSummary) Unmarshal(dAtA []byte) error

func (*WorkloadConfigurationScanSummary) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadConfigurationScanSummary) XXX_DiscardUnknown()

func (*WorkloadConfigurationScanSummary) XXX_Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadConfigurationScanSummary) XXX_Merge added in v0.0.111

func (*WorkloadConfigurationScanSummary) XXX_Size added in v0.0.111

func (m *WorkloadConfigurationScanSummary) XXX_Size() int

func (*WorkloadConfigurationScanSummary) XXX_Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanSummary) XXX_Unmarshal(b []byte) error

type WorkloadConfigurationScanSummaryIdentifier added in v0.0.18

type WorkloadConfigurationScanSummaryIdentifier struct {
	Namespace string `json:"namespace" protobuf:"bytes,1,req,name=namespace"`
	Kind      string `json:"kind" protobuf:"bytes,2,req,name=kind"`
	Name      string `json:"name" protobuf:"bytes,3,req,name=name"`
}

WorkloadConfigurationScanSummaryIdentifier includes information needed to identify a WorkloadConfigurationScanSummary object

func (*WorkloadConfigurationScanSummaryIdentifier) DeepCopy added in v0.0.18

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummaryIdentifier.

func (*WorkloadConfigurationScanSummaryIdentifier) DeepCopyInto added in v0.0.18

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadConfigurationScanSummaryIdentifier) Descriptor added in v0.0.111

func (*WorkloadConfigurationScanSummaryIdentifier) Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSummaryIdentifier) Marshal() (dAtA []byte, err error)

func (*WorkloadConfigurationScanSummaryIdentifier) MarshalTo added in v0.0.111

func (m *WorkloadConfigurationScanSummaryIdentifier) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSummaryIdentifier) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadConfigurationScanSummaryIdentifier) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSummaryIdentifier) ProtoMessage added in v0.0.111

func (*WorkloadConfigurationScanSummaryIdentifier) Reset added in v0.0.111

func (*WorkloadConfigurationScanSummaryIdentifier) Size added in v0.0.111

func (*WorkloadConfigurationScanSummaryIdentifier) String added in v0.0.111

func (*WorkloadConfigurationScanSummaryIdentifier) Unmarshal added in v0.0.111

func (*WorkloadConfigurationScanSummaryIdentifier) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadConfigurationScanSummaryIdentifier) XXX_DiscardUnknown()

func (*WorkloadConfigurationScanSummaryIdentifier) XXX_Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSummaryIdentifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadConfigurationScanSummaryIdentifier) XXX_Merge added in v0.0.111

func (*WorkloadConfigurationScanSummaryIdentifier) XXX_Size added in v0.0.111

func (*WorkloadConfigurationScanSummaryIdentifier) XXX_Unmarshal added in v0.0.111

type WorkloadConfigurationScanSummaryList added in v0.0.16

type WorkloadConfigurationScanSummaryList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []WorkloadConfigurationScanSummary `json:"items" protobuf:"bytes,2,rep,name=items"`
}

WorkloadConfigurationScanSummaryList is a list of WorkloadConfigurationScan summaries.

func (*WorkloadConfigurationScanSummaryList) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummaryList.

func (*WorkloadConfigurationScanSummaryList) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadConfigurationScanSummaryList) DeepCopyObject added in v0.0.16

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*WorkloadConfigurationScanSummaryList) Descriptor added in v0.0.111

func (*WorkloadConfigurationScanSummaryList) Descriptor() ([]byte, []int)

func (*WorkloadConfigurationScanSummaryList) Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSummaryList) Marshal() (dAtA []byte, err error)

func (*WorkloadConfigurationScanSummaryList) MarshalTo added in v0.0.111

func (m *WorkloadConfigurationScanSummaryList) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSummaryList) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadConfigurationScanSummaryList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSummaryList) ProtoMessage added in v0.0.111

func (*WorkloadConfigurationScanSummaryList) ProtoMessage()

func (*WorkloadConfigurationScanSummaryList) Reset added in v0.0.111

func (*WorkloadConfigurationScanSummaryList) Size added in v0.0.111

func (*WorkloadConfigurationScanSummaryList) String added in v0.0.111

func (*WorkloadConfigurationScanSummaryList) Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanSummaryList) Unmarshal(dAtA []byte) error

func (*WorkloadConfigurationScanSummaryList) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadConfigurationScanSummaryList) XXX_DiscardUnknown()

func (*WorkloadConfigurationScanSummaryList) XXX_Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSummaryList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadConfigurationScanSummaryList) XXX_Merge added in v0.0.111

func (*WorkloadConfigurationScanSummaryList) XXX_Size added in v0.0.111

func (*WorkloadConfigurationScanSummaryList) XXX_Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanSummaryList) XXX_Unmarshal(b []byte) error

type WorkloadConfigurationScanSummarySpec added in v0.0.16

type WorkloadConfigurationScanSummarySpec struct {
	Severities WorkloadConfigurationScanSeveritiesSummary `json:"severities" protobuf:"bytes,1,req,name=severities"`
	Controls   map[string]ScannedControlSummary           `json:"controls" protobuf:"bytes,2,rep,name=controls"`
}

func (*WorkloadConfigurationScanSummarySpec) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummarySpec.

func (*WorkloadConfigurationScanSummarySpec) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadConfigurationScanSummarySpec) Descriptor added in v0.0.111

func (*WorkloadConfigurationScanSummarySpec) Descriptor() ([]byte, []int)

func (*WorkloadConfigurationScanSummarySpec) Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSummarySpec) Marshal() (dAtA []byte, err error)

func (*WorkloadConfigurationScanSummarySpec) MarshalTo added in v0.0.111

func (m *WorkloadConfigurationScanSummarySpec) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSummarySpec) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadConfigurationScanSummarySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadConfigurationScanSummarySpec) ProtoMessage added in v0.0.111

func (*WorkloadConfigurationScanSummarySpec) ProtoMessage()

func (*WorkloadConfigurationScanSummarySpec) Reset added in v0.0.111

func (*WorkloadConfigurationScanSummarySpec) Size added in v0.0.111

func (*WorkloadConfigurationScanSummarySpec) String added in v0.0.111

func (*WorkloadConfigurationScanSummarySpec) Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanSummarySpec) Unmarshal(dAtA []byte) error

func (*WorkloadConfigurationScanSummarySpec) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadConfigurationScanSummarySpec) XXX_DiscardUnknown()

func (*WorkloadConfigurationScanSummarySpec) XXX_Marshal added in v0.0.111

func (m *WorkloadConfigurationScanSummarySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadConfigurationScanSummarySpec) XXX_Merge added in v0.0.111

func (*WorkloadConfigurationScanSummarySpec) XXX_Size added in v0.0.111

func (*WorkloadConfigurationScanSummarySpec) XXX_Unmarshal added in v0.0.111

func (m *WorkloadConfigurationScanSummarySpec) XXX_Unmarshal(b []byte) error

type WorkloadScanRelatedObject added in v0.0.16

type WorkloadScanRelatedObject struct {
	Namespace  string `json:"namespace" protobuf:"bytes,1,req,name=namespace"`
	APIGroup   string `json:"apiGroup" protobuf:"bytes,2,req,name=apiGroup"`
	APIVersion string `json:"apiVersion" protobuf:"bytes,3,req,name=apiVersion"`
	Kind       string `json:"kind" protobuf:"bytes,4,req,name=kind"`
	Name       string `json:"name" protobuf:"bytes,5,req,name=name"`
}

func (*WorkloadScanRelatedObject) DeepCopy added in v0.0.16

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadScanRelatedObject.

func (*WorkloadScanRelatedObject) DeepCopyInto added in v0.0.16

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WorkloadScanRelatedObject) Descriptor added in v0.0.111

func (*WorkloadScanRelatedObject) Descriptor() ([]byte, []int)

func (*WorkloadScanRelatedObject) Marshal added in v0.0.111

func (m *WorkloadScanRelatedObject) Marshal() (dAtA []byte, err error)

func (*WorkloadScanRelatedObject) MarshalTo added in v0.0.111

func (m *WorkloadScanRelatedObject) MarshalTo(dAtA []byte) (int, error)

func (*WorkloadScanRelatedObject) MarshalToSizedBuffer added in v0.0.111

func (m *WorkloadScanRelatedObject) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkloadScanRelatedObject) ProtoMessage added in v0.0.111

func (*WorkloadScanRelatedObject) ProtoMessage()

func (*WorkloadScanRelatedObject) Reset added in v0.0.111

func (m *WorkloadScanRelatedObject) Reset()

func (*WorkloadScanRelatedObject) Size added in v0.0.111

func (m *WorkloadScanRelatedObject) Size() (n int)

func (*WorkloadScanRelatedObject) String added in v0.0.111

func (this *WorkloadScanRelatedObject) String() string

func (*WorkloadScanRelatedObject) Unmarshal added in v0.0.111

func (m *WorkloadScanRelatedObject) Unmarshal(dAtA []byte) error

func (*WorkloadScanRelatedObject) XXX_DiscardUnknown added in v0.0.111

func (m *WorkloadScanRelatedObject) XXX_DiscardUnknown()

func (*WorkloadScanRelatedObject) XXX_Marshal added in v0.0.111

func (m *WorkloadScanRelatedObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkloadScanRelatedObject) XXX_Merge added in v0.0.111

func (m *WorkloadScanRelatedObject) XXX_Merge(src proto.Message)

func (*WorkloadScanRelatedObject) XXX_Size added in v0.0.111

func (m *WorkloadScanRelatedObject) XXX_Size() int

func (*WorkloadScanRelatedObject) XXX_Unmarshal added in v0.0.111

func (m *WorkloadScanRelatedObject) XXX_Unmarshal(b []byte) error

Directories

Path Synopsis
networkpolicy
v1
v2

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL