Skip to content

Commit

Permalink
Mark stagingDiskMB on CFBuild as unimplemented
Browse files Browse the repository at this point in the history
  • Loading branch information
akrishna90 committed Jul 7, 2023
1 parent d0248c6 commit c41bfcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controllers/api/v1alpha1/cfbuild_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type CFBuildSpec struct {

// The memory limit for the pod that will stage the image
StagingMemoryMB int `json:"stagingMemoryMB"`
// The ephemeral-disk size request for the pod that will stage the image
// Unimplemented: StagingDiskMB is the ephemeral-disk size request for the pod that will stage the image
StagingDiskMB int `json:"stagingDiskMB"`

// Specifies the buildpacks and stack for the build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ spec:
type: object
x-kubernetes-map-type: atomic
stagingDiskMB:
description: The ephemeral-disk size request for the pod that will
stage the image
description: 'Unimplemented: StagingDiskMB is the ephemeral-disk size
request for the pod that will stage the image'
type: integer
stagingMemoryMB:
description: The memory limit for the pod that will stage the image
Expand Down

0 comments on commit c41bfcc

Please sign in to comment.