Skip to content

Commit

Permalink
Revert "Prepare chart v1.4.0" (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: wangjianyu <[email protected]>
Co-authored-by: wangjianyu <[email protected]>
  • Loading branch information
ZiMengSheng and wangjianyu authored Jan 11, 2024
1 parent fee5e25 commit 3cb12d7
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 684 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ spec:
spec:
description: ClusterColocationProfileSpec is a description of a ClusterColocationProfile.
properties:
annotationKeysMapping:
additionalProperties:
type: string
description: AnnotationKeysMapping describes the annotations that
needs to inject into Pod.Annotations with the same values. It sets
the Pod.Annotations[AnnotationsToAnnotations[k]] = Pod.Annotations[k]
for each key k.
type: object
annotations:
additionalProperties:
type: string
Expand All @@ -60,13 +52,6 @@ spec:
priority.
format: int32
type: integer
labelKeysMapping:
additionalProperties:
type: string
description: LabelKeysMapping describes the labels that needs to inject
into Pod.Labels with the same values. It sets the Pod.Labels[LabelsToLabels[k]]
= Pod.Labels[k] for each key k.
type: object
labels:
additionalProperties:
type: string
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ spec:
items:
properties:
health:
default: false
description: Health indicates whether the device is normal
type: boolean
id:
Expand Down Expand Up @@ -74,23 +73,14 @@ spec:
the device
properties:
busID:
description: BusID is the domain:bus:device.function formatted
identifier of PCI/PCIE device
type: string
nodeID:
description: NodeID is the ID of NUMA Node to which the
device belongs, it should be unique across different CPU
Sockets
format: int32
type: integer
pcieID:
description: PCIEID is the ID of PCIE Switch to which the
device is connected, it should be unique across difference
NUMANodes
type: string
format: int32
type: integer
socketID:
description: SocketID is the ID of CPU Socket to which the
device belongs
format: int32
type: integer
required:
Expand All @@ -108,24 +98,13 @@ spec:
labels:
additionalProperties:
type: string
description: Labels represents the Virtual Function properties
that can be used to organize and categorize (scope and
select) objects
type: object
vfs:
description: VFs are the virtual function devices which
belong to the group
items:
properties:
busID:
description: BusID is the domain:bus:device.function
formatted identifier of PCI/PCIE virtual function
device
type: string
minor:
description: Minor represents the Minor number of
VirtualFunction, starting from 0, used to identify
virtual function.
format: int32
type: integer
required:
Expand All @@ -134,8 +113,6 @@ spec:
type: array
type: object
type: array
required:
- health
type: object
type: array
type: object
Expand Down
Loading

0 comments on commit 3cb12d7

Please sign in to comment.